Html Css Color HEX #A40603 Dark Red

📋 copy color: '#A40603'

red 164 ◦ green 6 ◦ blue 3

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

Shades of Dark Red #A40603

Tints of Dark Red #A40603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 94.8%
G = 3.47%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A40603 (or 0xA40603) is known color: Dark Red. HEX triplet: A4, 06 and 03. RGB value is (164,6,3). Sum of RGB (Red+Green+Blue) = 164+6+3=173 (22% of max value = 765). Red value is 164 (64.45% from 255 or 94.80% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 164 - color contains mainly: red. Hex color #A40603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40603 is #5BF9FC. Grayscale: #353535. Windows color (decimal): -6027773 or 198308. OLE color: 198308.

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

Color convert

RGB 164 6 3 -
CMYK 0 0.96 0.98 0.36
HSL 1.12º 0.96% 0.33% -
HSV(B) 1.12º 0.98% 0.64% -
XYZ 15.39 8.03 0.82 -
YUV 52.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 164 6 3 0 0.96 0.98 0.36 1.12 0.96 0.33
Hex A4 6 3 0 60 62 24 1 60 21
Octal 244 6 3 0 140 142 44 1 140 41
Binary 10100100 110 11 0 1100000 1100010 100100 1 1100000 100001

Color Harmonies of #A40603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40603

Black with #A40603

Text Example


Text Example

White with #A40603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40603; }

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

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

background-color css

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

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

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

border-color css

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

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

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