Html Css Color HEX #A31208 Dark Red

📋 copy color: '#A31208'

red 163 ◦ green 18 ◦ blue 8

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

Shades of Dark Red #A31208

Tints of Dark Red #A31208

RGB

 RED value IS 163 (64.06% from 255) = 86.24%

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 86.24%
G = 9.52%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A31208 (or 0xA31208) is known color: Dark Red. HEX triplet: A3, 12 and 08. RGB value is (163,18,8). Sum of RGB (Red+Green+Blue) = 163+18+8=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A31208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31208 is #5CEDF7. Grayscale: #3C3C3C. Windows color (decimal): -6090232 or 529059. OLE color: 529059.

HSL color Cylindrical-coordinate representation of color #A31208: hue angle of 3.87º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A31208 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 8 -
CMYK 0 0.89 0.95 0.36
HSL 3.87º 0.91% 0.34% -
HSV(B) 3.87º 0.95% 0.64% -
XYZ 15.36 8.24 1.01 -
YUV 60.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 163 18 8 0 0.89 0.95 0.36 3.87 0.91 0.34
Hex A3 12 8 0 59 5F 24 4 5B 22
Octal 243 22 10 0 131 137 44 4 133 42
Binary 10100011 10010 1000 0 1011001 1011111 100100 100 1011011 100010

Color Harmonies of #A31208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31208

Black with #A31208

Text Example


Text Example

White with #A31208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31208; }

 p { color: rgb(163,18,8); }

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

background-color css

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

 a { background-color: rgb(163,18,8); }

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

border-color css

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

 span { border-color: rgb(163,18,8); }

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