Html Css Color HEX #A61936 Bright Red

📋 copy color: '#A61936'

red 166 ◦ green 25 ◦ blue 54

#A61936
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A61936

Tints of Bright Red #A61936

RGB

 RED value IS 166 (65.23% from 255) = 67.76%

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 67.76%
G = 10.2%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A61936 (or 0xA61936) is known color: Bright Red. HEX triplet: A6, 19 and 36. RGB value is (166,25,54). Sum of RGB (Red+Green+Blue) = 166+25+54=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A61936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61936 is #59E6C9. Grayscale: #464646. Windows color (decimal): -5891786 or 3545510. OLE color: 3545510.

HSL color Cylindrical-coordinate representation of color #A61936: hue angle of 347.66º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61936 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 54 -
CMYK 0 0.85 0.67 0.35
HSL 347.66º 0.74% 0.37% -
HSV(B) 347.66º 0.85% 0.65% -
XYZ 16.74 9.07 4.36 -
YUV 70.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 166 25 54 0 0.85 0.67 0.35 347.66 0.74 0.37
Hex A6 19 36 0 55 43 23 15C 4A 25
Octal 246 31 66 0 125 103 43 534 112 45
Binary 10100110 11001 110110 0 1010101 1000011 100011 101011100 1001010 100101

Color Harmonies of #A61936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61936

Black with #A61936

Text Example


Text Example

White with #A61936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61936; }

 p { color: rgb(166,25,54); }

 H1.HeaderClassName
 {
   color: #A61936;
 }
 .AnyTagClassName
 {
   color: #A61936;
 }
</style>

background-color css

<style>
 a { background-color: #A61936; }

 a { background-color: rgb(166,25,54); }

 div.DivClassName
 {
   background-color: #A61936;
 }
 .BgClassName
 {
   background-color: #A61936;
 }
</style>

border-color css

<style>
 span { border-color: #A61936; }

 span { border-color: rgb(166,25,54); }

 td.TdClassName
 {
   border-color: #A61936;
 }
 .TagClassName
 {
   border-color: #A61936;
 }
</style>