Html Css Color HEX #A20210 Carmine

📋 copy color: '#A20210'

red 162 ◦ green 2 ◦ blue 16

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

Shades of Carmine #A20210

Tints of Carmine #A20210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 90%
G = 1.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20210 (or 0xA20210) is known color: Carmine. HEX triplet: A2, 02 and 10. RGB value is (162,2,16). Sum of RGB (Red+Green+Blue) = 162+2+16=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20210 is #5DFDEF. Grayscale: #333333. Windows color (decimal): -6159856 or 1049250. OLE color: 1049250.

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

Color convert

RGB 162 2 16 -
CMYK 0 0.99 0.90 0.36
HSL 354.75º 0.98% 0.32% -
HSV(B) 354.75º 0.99% 0.64% -
XYZ 15.02 7.76 1.2 -
YUV 51.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 162 2 16 0 0.99 0.90 0.36 354.75 0.98 0.32
Hex A2 2 10 0 63 5A 24 163 62 20
Octal 242 2 20 0 143 132 44 543 142 40
Binary 10100010 10 10000 0 1100011 1011010 100100 101100011 1100010 100000

Color Harmonies of #A20210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20210

Black with #A20210

Text Example


Text Example

White with #A20210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20210; }

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

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

background-color css

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

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

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

border-color css

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

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

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