Html Css Color HEX #A20E22 Carmine

📋 copy color: '#A20E22'

red 162 ◦ green 14 ◦ blue 34

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

Shades of Carmine #A20E22

Tints of Carmine #A20E22

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

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

R = 77.14%
G = 6.67%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A20E22 (or 0xA20E22) is known color: Carmine. HEX triplet: A2, 0E and 22. RGB value is (162,14,34). Sum of RGB (Red+Green+Blue) = 162+14+34=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E22 is #5DF1DD. Grayscale: #3C3C3C. Windows color (decimal): -6156766 or 2231970. OLE color: 2231970.

HSL color Cylindrical-coordinate representation of color #A20E22: hue angle of 351.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E22 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 34 -
CMYK 0 0.91 0.79 0.36
HSL 351.89º 0.84% 0.35% -
HSV(B) 351.89º 0.91% 0.64% -
XYZ 15.35 8.11 2.27 -
YUV 60.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 162 14 34 0 0.91 0.79 0.36 351.89 0.84 0.35
Hex A2 E 22 0 5B 4F 24 160 54 23
Octal 242 16 42 0 133 117 44 540 124 43
Binary 10100010 1110 100010 0 1011011 1001111 100100 101100000 1010100 100011

Color Harmonies of #A20E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E22

Black with #A20E22

Text Example


Text Example

White with #A20E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E22; }

 p { color: rgb(162,14,34); }

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

background-color css

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

 a { background-color: rgb(162,14,34); }

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

border-color css

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

 span { border-color: rgb(162,14,34); }

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