Html Css Color HEX #A31406 Dark Red

📋 copy color: '#A31406'

red 163 ◦ green 20 ◦ blue 6

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

Shades of Dark Red #A31406

Tints of Dark Red #A31406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

 BLUE value IS 6 (2.73% from 255) = 3.17%

R = 86.24%
G = 10.58%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A31406 (or 0xA31406) is known color: Dark Red. HEX triplet: A3, 14 and 06. RGB value is (163,20,6). Sum of RGB (Red+Green+Blue) = 163+20+6=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A31406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31406 is #5CEBF9. Grayscale: #3D3D3D. Windows color (decimal): -6089722 or 398499. OLE color: 398499.

HSL color Cylindrical-coordinate representation of color #A31406: hue angle of 5.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A31406 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 20 6 -
CMYK 0 0.88 0.96 0.36
HSL 5.35º 0.93% 0.33% -
HSV(B) 5.35º 0.96% 0.64% -
XYZ 15.39 8.3 0.96 -
YUV 61.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 163 20 6 0 0.88 0.96 0.36 5.35 0.93 0.33
Hex A3 14 6 0 58 60 24 5 5D 21
Octal 243 24 6 0 130 140 44 5 135 41
Binary 10100011 10100 110 0 1011000 1100000 100100 101 1011101 100001

Color Harmonies of #A31406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31406

Black with #A31406

Text Example


Text Example

White with #A31406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31406; }

 p { color: rgb(163,20,6); }

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

background-color css

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

 a { background-color: rgb(163,20,6); }

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

border-color css

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

 span { border-color: rgb(163,20,6); }

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