Html Css Color HEX #A20C27 Carmine

📋 copy color: '#A20C27'

red 162 ◦ green 12 ◦ blue 39

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

Shades of Carmine #A20C27

Tints of Carmine #A20C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

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

R = 76.06%
G = 5.63%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A20C27 (or 0xA20C27) is known color: Carmine. HEX triplet: A2, 0C and 27. RGB value is (162,12,39). Sum of RGB (Red+Green+Blue) = 162+12+39=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C27 is #5DF3D8. Grayscale: #3B3B3B. Windows color (decimal): -6157273 or 2559138. OLE color: 2559138.

HSL color Cylindrical-coordinate representation of color #A20C27: hue angle of 349.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C27 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 12 39 -
CMYK 0 0.93 0.76 0.36
HSL 349.2º 0.86% 0.34% -
HSV(B) 349.2º 0.93% 0.64% -
XYZ 15.4 8.09 2.67 -
YUV 59.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 162 12 39 0 0.93 0.76 0.36 349.2 0.86 0.34
Hex A2 C 27 0 5D 4C 24 15D 56 22
Octal 242 14 47 0 135 114 44 535 126 42
Binary 10100010 1100 100111 0 1011101 1001100 100100 101011101 1010110 100010

Color Harmonies of #A20C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C27

Black with #A20C27

Text Example


Text Example

White with #A20C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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