Html Css Color HEX #A20D1C Carmine

📋 copy color: '#A20D1C'

red 162 ◦ green 13 ◦ blue 28

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

Shades of Carmine #A20D1C

Tints of Carmine #A20D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.4%

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 79.8%
G = 6.4%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A20D1C (or 0xA20D1C) is known color: Carmine. HEX triplet: A2, 0D and 1C. RGB value is (162,13,28). Sum of RGB (Red+Green+Blue) = 162+13+28=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D1C is #5DF2E3. Grayscale: #3B3B3B. Windows color (decimal): -6157028 or 1838498. OLE color: 1838498.

HSL color Cylindrical-coordinate representation of color #A20D1C: hue angle of 353.96º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D1C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 13 28 -
CMYK 0 0.92 0.83 0.36
HSL 353.96º 0.85% 0.34% -
HSV(B) 353.96º 0.92% 0.64% -
XYZ 15.25 8.05 1.85 -
YUV 59.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 162 13 28 0 0.92 0.83 0.36 353.96 0.85 0.34
Hex A2 D 1C 0 5C 53 24 162 55 22
Octal 242 15 34 0 134 123 44 542 125 42
Binary 10100010 1101 11100 0 1011100 1010011 100100 101100010 1010101 100010

Color Harmonies of #A20D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D1C

Black with #A20D1C

Text Example


Text Example

White with #A20D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D1C; }

 p { color: rgb(162,13,28); }

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

background-color css

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

 a { background-color: rgb(162,13,28); }

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

border-color css

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

 span { border-color: rgb(162,13,28); }

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