Html Css Color HEX #A31006 Dark Red

📋 copy color: '#A31006'

red 163 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #A31006

Tints of Dark Red #A31006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 88.11%
G = 8.65%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A31006 (or 0xA31006) is known color: Dark Red. HEX triplet: A3, 10 and 06. RGB value is (163,16,6). Sum of RGB (Red+Green+Blue) = 163+16+6=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A31006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31006 is #5CEFF9. Grayscale: #3A3A3A. Windows color (decimal): -6090746 or 397475. OLE color: 397475.

HSL color Cylindrical-coordinate representation of color #A31006: hue angle of 3.82º 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 #A31006 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 6 -
CMYK 0 0.90 0.96 0.36
HSL 3.82º 0.93% 0.33% -
HSV(B) 3.82º 0.96% 0.64% -
XYZ 15.32 8.17 0.94 -
YUV 58.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 163 16 6 0 0.90 0.96 0.36 3.82 0.93 0.33
Hex A3 10 6 0 5A 60 24 4 5D 21
Octal 243 20 6 0 132 140 44 4 135 41
Binary 10100011 10000 110 0 1011010 1100000 100100 100 1011101 100001

Color Harmonies of #A31006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31006

Black with #A31006

Text Example


Text Example

White with #A31006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31006; }

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

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

background-color css

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

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

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

border-color css

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

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

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