Html Css Color HEX #A40C02 Dark Red

📋 copy color: '#A40C02'

red 164 ◦ green 12 ◦ blue 2

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

Shades of Dark Red #A40C02

Tints of Dark Red #A40C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.74%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 92.13%
G = 6.74%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A40C02 (or 0xA40C02) is known color: Dark Red. HEX triplet: A4, 0C and 02. RGB value is (164,12,2). Sum of RGB (Red+Green+Blue) = 164+12+2=178 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.13% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40C02 is #5BF3FD. Grayscale: #383838. Windows color (decimal): -6026238 or 134308. OLE color: 134308.

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

Color convert

RGB 164 12 2 -
CMYK 0 0.93 0.99 0.36
HSL 3.7º 0.98% 0.33% -
HSV(B) 3.7º 0.99% 0.64% -
XYZ 15.45 8.16 0.82 -
YUV 56.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 164 12 2 0 0.93 0.99 0.36 3.7 0.98 0.33
Hex A4 C 2 0 5D 63 24 4 62 21
Octal 244 14 2 0 135 143 44 4 142 41
Binary 10100100 1100 10 0 1011101 1100011 100100 100 1100010 100001

Color Harmonies of #A40C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C02

Black with #A40C02

Text Example


Text Example

White with #A40C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C02; }

 p { color: rgb(164,12,2); }

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

background-color css

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

 a { background-color: rgb(164,12,2); }

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

border-color css

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

 span { border-color: rgb(164,12,2); }

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