Html Css Color HEX #A10222 Carmine

📋 copy color: '#A10222'

red 161 ◦ green 2 ◦ blue 34

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

Shades of Carmine #A10222

Tints of Carmine #A10222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 81.73%
G = 1.02%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A10222 (or 0xA10222) is known color: Carmine. HEX triplet: A1, 02 and 22. RGB value is (161,2,34). Sum of RGB (Red+Green+Blue) = 161+2+34=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A10222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10222 is #5EFDDD. Grayscale: #353535. Windows color (decimal): -6225374 or 2228897. OLE color: 2228897.

HSL color Cylindrical-coordinate representation of color #A10222: hue angle of 347.92º 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 #A10222 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 34 -
CMYK 0 0.99 0.79 0.37
HSL 347.92º 0.98% 0.32% -
HSV(B) 347.92º 0.99% 0.63% -
XYZ 15.01 7.74 2.22 -
YUV 53.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 161 2 34 0 0.99 0.79 0.37 347.92 0.98 0.32
Hex A1 2 22 0 63 4F 25 15C 62 20
Octal 241 2 42 0 143 117 45 534 142 40
Binary 10100001 10 100010 0 1100011 1001111 100101 101011100 1100010 100000

Color Harmonies of #A10222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10222

Black with #A10222

Text Example


Text Example

White with #A10222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10222; }

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

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

background-color css

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

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

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

border-color css

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

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

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