Html Css Color HEX #A41503 Dark Red

📋 copy color: '#A41503'

red 164 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #A41503

Tints of Dark Red #A41503

RGB

 RED value IS 164 (64.45% from 255) = 87.23%

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 87.23%
G = 11.17%
B = 1.6%

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

#A41503 (or 0xA41503) is known color: Dark Red. HEX triplet: A4, 15 and 03. RGB value is (164,21,3). Sum of RGB (Red+Green+Blue) = 164+21+3=188 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.23% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 164 - color contains mainly: red. Hex color #A41503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41503 is #5BEAFC. Grayscale: #3D3D3D. Windows color (decimal): -6023933 or 202148. OLE color: 202148.

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

Color convert

RGB 164 21 3 -
CMYK 0 0.87 0.98 0.36
HSL 6.71º 0.96% 0.33% -
HSV(B) 6.71º 0.98% 0.64% -
XYZ 15.59 8.44 0.89 -
YUV 61.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 164 21 3 0 0.87 0.98 0.36 6.71 0.96 0.33
Hex A4 15 3 0 57 62 24 7 60 21
Octal 244 25 3 0 127 142 44 7 140 41
Binary 10100100 10101 11 0 1010111 1100010 100100 111 1100000 100001

Color Harmonies of #A41503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41503

Black with #A41503

Text Example


Text Example

White with #A41503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41503; }

 p { color: rgb(164,21,3); }

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

background-color css

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

 a { background-color: rgb(164,21,3); }

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

border-color css

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

 span { border-color: rgb(164,21,3); }

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