Html Css Color HEX #A51204 Dark Red

📋 copy color: '#A51204'

red 165 ◦ green 18 ◦ blue 4

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

Shades of Dark Red #A51204

Tints of Dark Red #A51204

RGB

 RED value IS 165 (64.84% from 255) = 88.24%

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

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

R = 88.24%
G = 9.63%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A51204 (or 0xA51204) is known color: Dark Red. HEX triplet: A5, 12 and 04. RGB value is (165,18,4). Sum of RGB (Red+Green+Blue) = 165+18+4=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A51204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51204 is #5AEDFB. Grayscale: #3C3C3C. Windows color (decimal): -5959164 or 266917. OLE color: 266917.

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

Color convert

RGB 165 18 4 -
CMYK 0 0.89 0.98 0.35
HSL 5.22º 0.95% 0.33% -
HSV(B) 5.22º 0.98% 0.65% -
XYZ 15.76 8.44 0.91 -
YUV 60.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 165 18 4 0 0.89 0.98 0.35 5.22 0.95 0.33
Hex A5 12 4 0 59 62 23 5 5F 21
Octal 245 22 4 0 131 142 43 5 137 41
Binary 10100101 10010 100 0 1011001 1100010 100011 101 1011111 100001

Color Harmonies of #A51204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51204

Black with #A51204

Text Example


Text Example

White with #A51204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51204; }

 p { color: rgb(165,18,4); }

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

background-color css

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

 a { background-color: rgb(165,18,4); }

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

border-color css

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

 span { border-color: rgb(165,18,4); }

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