Html Css Color HEX #A20E30 Carmine

📋 copy color: '#A20E30'

red 162 ◦ green 14 ◦ blue 48

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

Shades of Carmine #A20E30

Tints of Carmine #A20E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 72.32%
G = 6.25%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20E30 (or 0xA20E30) is known color: Carmine. HEX triplet: A2, 0E and 30. RGB value is (162,14,48). Sum of RGB (Red+Green+Blue) = 162+14+48=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E30 is #5DF1CF. Grayscale: #3E3E3E. Windows color (decimal): -6156752 or 3149474. OLE color: 3149474.

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

Color convert

RGB 162 14 48 -
CMYK 0 0.91 0.70 0.36
HSL 346.22º 0.84% 0.35% -
HSV(B) 346.22º 0.91% 0.64% -
XYZ 15.59 8.21 3.56 -
YUV 62.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 162 14 48 0 0.91 0.70 0.36 346.22 0.84 0.35
Hex A2 E 30 0 5B 46 24 15A 54 23
Octal 242 16 60 0 133 106 44 532 124 43
Binary 10100010 1110 110000 0 1011011 1000110 100100 101011010 1010100 100011

Color Harmonies of #A20E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E30

Black with #A20E30

Text Example


Text Example

White with #A20E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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