Html Css Color HEX #A10210 Carmine

📋 copy color: '#A10210'

red 161 ◦ green 2 ◦ blue 16

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

Shades of Carmine #A10210

Tints of Carmine #A10210

RGB

 RED value IS 161 (63.28% from 255) = 89.94%

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

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

R = 89.94%
G = 1.12%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A10210 (or 0xA10210) is known color: Carmine. HEX triplet: A1, 02 and 10. RGB value is (161,2,16). Sum of RGB (Red+Green+Blue) = 161+2+16=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A10210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10210 is #5EFDEF. Grayscale: #333333. Windows color (decimal): -6225392 or 1049249. OLE color: 1049249.

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

Color convert

RGB 161 2 16 -
CMYK 0 0.99 0.90 0.37
HSL 354.72º 0.98% 0.32% -
HSV(B) 354.72º 0.99% 0.63% -
XYZ 14.81 7.66 1.19 -
YUV 51.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 161 2 16 0 0.99 0.90 0.37 354.72 0.98 0.32
Hex A1 2 10 0 63 5A 25 163 62 20
Octal 241 2 20 0 143 132 45 543 142 40
Binary 10100001 10 10000 0 1100011 1011010 100101 101100011 1100010 100000

Color Harmonies of #A10210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10210

Black with #A10210

Text Example


Text Example

White with #A10210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10210; }

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

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

background-color css

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

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

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

border-color css

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

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

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