Html Css Color HEX #A51004 Dark Red

📋 copy color: '#A51004'

red 165 ◦ green 16 ◦ blue 4

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

Shades of Dark Red #A51004

Tints of Dark Red #A51004

RGB

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

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

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

R = 89.19%
G = 8.65%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A51004 (or 0xA51004) is known color: Dark Red. HEX triplet: A5, 10 and 04. RGB value is (165,16,4). Sum of RGB (Red+Green+Blue) = 165+16+4=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A51004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51004 is #5AEFFB. Grayscale: #3B3B3B. Windows color (decimal): -5959676 or 266405. OLE color: 266405.

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

Color convert

RGB 165 16 4 -
CMYK 0 0.90 0.98 0.35
HSL 4.47º 0.95% 0.33% -
HSV(B) 4.47º 0.98% 0.65% -
XYZ 15.72 8.38 0.9 -
YUV 59.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 165 16 4 0 0.90 0.98 0.35 4.47 0.95 0.33
Hex A5 10 4 0 5A 62 23 4 5F 21
Octal 245 20 4 0 132 142 43 4 137 41
Binary 10100101 10000 100 0 1011010 1100010 100011 100 1011111 100001

Color Harmonies of #A51004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51004

Black with #A51004

Text Example


Text Example

White with #A51004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51004; }

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

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

background-color css

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

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

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

border-color css

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

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

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