Html Css Color HEX #A20E28 Carmine

📋 copy color: '#A20E28'

red 162 ◦ green 14 ◦ blue 40

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

Shades of Carmine #A20E28

Tints of Carmine #A20E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 75%
G = 6.48%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20E28 (or 0xA20E28) is known color: Carmine. HEX triplet: A2, 0E and 28. RGB value is (162,14,40). Sum of RGB (Red+Green+Blue) = 162+14+40=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E28 is #5DF1D7. Grayscale: #3D3D3D. Windows color (decimal): -6156760 or 2625186. OLE color: 2625186.

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

Color convert

RGB 162 14 40 -
CMYK 0 0.91 0.75 0.36
HSL 349.46º 0.84% 0.35% -
HSV(B) 349.46º 0.91% 0.64% -
XYZ 15.44 8.15 2.77 -
YUV 61.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 162 14 40 0 0.91 0.75 0.36 349.46 0.84 0.35
Hex A2 E 28 0 5B 4B 24 15D 54 23
Octal 242 16 50 0 133 113 44 535 124 43
Binary 10100010 1110 101000 0 1011011 1001011 100100 101011101 1010100 100011

Color Harmonies of #A20E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E28

Black with #A20E28

Text Example


Text Example

White with #A20E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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