Html Css Color HEX #A20B1E Carmine

📋 copy color: '#A20B1E'

red 162 ◦ green 11 ◦ blue 30

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

Shades of Carmine #A20B1E

Tints of Carmine #A20B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 79.8%
G = 5.42%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A20B1E (or 0xA20B1E) is known color: Carmine. HEX triplet: A2, 0B and 1E. RGB value is (162,11,30). Sum of RGB (Red+Green+Blue) = 162+11+30=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B1E is #5DF4E1. Grayscale: #3A3A3A. Windows color (decimal): -6157538 or 1969058. OLE color: 1969058.

HSL color Cylindrical-coordinate representation of color #A20B1E: hue angle of 352.45º degrees, saturation: 0.87, 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 #A20B1E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 11 30 -
CMYK 0 0.93 0.81 0.36
HSL 352.45º 0.87% 0.34% -
HSV(B) 352.45º 0.93% 0.64% -
XYZ 15.25 8.01 1.97 -
YUV 58.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 162 11 30 0 0.93 0.81 0.36 352.45 0.87 0.34
Hex A2 B 1E 0 5D 51 24 160 57 22
Octal 242 13 36 0 135 121 44 540 127 42
Binary 10100010 1011 11110 0 1011101 1010001 100100 101100000 1010111 100010

Color Harmonies of #A20B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B1E

Black with #A20B1E

Text Example


Text Example

White with #A20B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B1E; }

 p { color: rgb(162,11,30); }

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

background-color css

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

 a { background-color: rgb(162,11,30); }

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

border-color css

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

 span { border-color: rgb(162,11,30); }

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