Html Css Color HEX #A20227 Carmine

📋 copy color: '#A20227'

red 162 ◦ green 2 ◦ blue 39

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

Shades of Carmine #A20227

Tints of Carmine #A20227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.21%

R = 79.8%
G = 0.99%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A20227 (or 0xA20227) is known color: Carmine. HEX triplet: A2, 02 and 27. RGB value is (162,2,39). Sum of RGB (Red+Green+Blue) = 162+2+39=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20227 is #5DFDD8. Grayscale: #363636. Windows color (decimal): -6159833 or 2556578. OLE color: 2556578.

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

Color convert

RGB 162 2 39 -
CMYK 0 0.99 0.76 0.36
HSL 346.13º 0.98% 0.32% -
HSV(B) 346.13º 0.99% 0.64% -
XYZ 15.29 7.87 2.63 -
YUV 54.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 162 2 39 0 0.99 0.76 0.36 346.13 0.98 0.32
Hex A2 2 27 0 63 4C 24 15A 62 20
Octal 242 2 47 0 143 114 44 532 142 40
Binary 10100010 10 100111 0 1100011 1001100 100100 101011010 1100010 100000

Color Harmonies of #A20227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20227

Black with #A20227

Text Example


Text Example

White with #A20227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20227; }

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

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

background-color css

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

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

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

border-color css

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

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

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