Html Css Color HEX #A31604 Dark Red

📋 copy color: '#A31604'

red 163 ◦ green 22 ◦ blue 4

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

Shades of Dark Red #A31604

Tints of Dark Red #A31604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 4 (1.95% from 255) = 2.12%

R = 86.24%
G = 11.64%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A31604 (or 0xA31604) is known color: Dark Red. HEX triplet: A3, 16 and 04. RGB value is (163,22,4). Sum of RGB (Red+Green+Blue) = 163+22+4=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A31604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31604 is #5CE9FB. Grayscale: #3E3E3E. Windows color (decimal): -6089212 or 267939. OLE color: 267939.

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

Color convert

RGB 163 22 4 -
CMYK 0 0.87 0.98 0.36
HSL 6.79º 0.95% 0.33% -
HSV(B) 6.79º 0.98% 0.64% -
XYZ 15.41 8.37 0.92 -
YUV 62.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 163 22 4 0 0.87 0.98 0.36 6.79 0.95 0.33
Hex A3 16 4 0 57 62 24 7 5F 21
Octal 243 26 4 0 127 142 44 7 137 41
Binary 10100011 10110 100 0 1010111 1100010 100100 111 1011111 100001

Color Harmonies of #A31604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31604

Black with #A31604

Text Example


Text Example

White with #A31604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31604; }

 p { color: rgb(163,22,4); }

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

background-color css

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

 a { background-color: rgb(163,22,4); }

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

border-color css

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

 span { border-color: rgb(163,22,4); }

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