Html Css Color HEX #A20410 Carmine

📋 copy color: '#A20410'

red 162 ◦ green 4 ◦ blue 16

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

Shades of Carmine #A20410

Tints of Carmine #A20410

RGB

 RED value IS 162 (63.67% from 255) = 89.01%

 GREEN value IS 4 (1.95% from 255) = 2.2%

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 89.01%
G = 2.2%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20410 (or 0xA20410) is known color: Carmine. HEX triplet: A2, 04 and 10. RGB value is (162,4,16). Sum of RGB (Red+Green+Blue) = 162+4+16=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A20410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20410 is #5DFBEF. Grayscale: #343434. Windows color (decimal): -6159344 or 1049762. OLE color: 1049762.

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

Color convert

RGB 162 4 16 -
CMYK 0 0.98 0.90 0.36
HSL 355.44º 0.95% 0.33% -
HSV(B) 355.44º 0.98% 0.64% -
XYZ 15.04 7.81 1.2 -
YUV 52.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 162 4 16 0 0.98 0.90 0.36 355.44 0.95 0.33
Hex A2 4 10 0 62 5A 24 163 5F 21
Octal 242 4 20 0 142 132 44 543 137 41
Binary 10100010 100 10000 0 1100010 1011010 100100 101100011 1011111 100001

Color Harmonies of #A20410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20410

Black with #A20410

Text Example


Text Example

White with #A20410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20410; }

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

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

background-color css

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

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

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

border-color css

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

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

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