Html Css Color HEX #A20E36 Carmine

📋 copy color: '#A20E36'

red 162 ◦ green 14 ◦ blue 54

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

Shades of Carmine #A20E36

Tints of Carmine #A20E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.48%

R = 70.43%
G = 6.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A20E36 (or 0xA20E36) is known color: Carmine. HEX triplet: A2, 0E and 36. RGB value is (162,14,54). Sum of RGB (Red+Green+Blue) = 162+14+54=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E36 is #5DF1C9. Grayscale: #3E3E3E. Windows color (decimal): -6156746 or 3542690. OLE color: 3542690.

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

Color convert

RGB 162 14 54 -
CMYK 0 0.91 0.67 0.36
HSL 343.78º 0.84% 0.35% -
HSV(B) 343.78º 0.91% 0.64% -
XYZ 15.72 8.26 4.26 -
YUV 62.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 162 14 54 0 0.91 0.67 0.36 343.78 0.84 0.35
Hex A2 E 36 0 5B 43 24 158 54 23
Octal 242 16 66 0 133 103 44 530 124 43
Binary 10100010 1110 110110 0 1011011 1000011 100100 101011000 1010100 100011

Color Harmonies of #A20E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E36

Black with #A20E36

Text Example


Text Example

White with #A20E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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