Html Css Color HEX #A20223 Carmine

📋 copy color: '#A20223'

red 162 ◦ green 2 ◦ blue 35

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

Shades of Carmine #A20223

Tints of Carmine #A20223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 81.41%
G = 1.01%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20223 (or 0xA20223) is known color: Carmine. HEX triplet: A2, 02 and 23. RGB value is (162,2,35). Sum of RGB (Red+Green+Blue) = 162+2+35=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A20223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20223 is #5DFDDC. Grayscale: #353535. Windows color (decimal): -6159837 or 2294434. OLE color: 2294434.

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

Color convert

RGB 162 2 35 -
CMYK 0 0.99 0.78 0.36
HSL 347.63º 0.98% 0.32% -
HSV(B) 347.63º 0.99% 0.64% -
XYZ 15.23 7.85 2.3 -
YUV 53.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 162 2 35 0 0.99 0.78 0.36 347.63 0.98 0.32
Hex A2 2 23 0 63 4E 24 15C 62 20
Octal 242 2 43 0 143 116 44 534 142 40
Binary 10100010 10 100011 0 1100011 1001110 100100 101011100 1100010 100000

Color Harmonies of #A20223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20223

Black with #A20223

Text Example


Text Example

White with #A20223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20223; }

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

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

background-color css

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

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

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

border-color css

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

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

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