Html Css Color HEX #A20018 Carmine

📋 copy color: '#A20018'

red 162 ◦ green 0 ◦ blue 24

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

Shades of Carmine #A20018

Tints of Carmine #A20018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 87.1%
G = 0%
B = 12.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A20018 (or 0xA20018) is known color: Carmine. HEX triplet: A2, 00 and 18. RGB value is (162,0,24). Sum of RGB (Red+Green+Blue) = 162+0+24=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A20018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20018 is #5DFFE7. Grayscale: #333333. Windows color (decimal): -6160360 or 1573026. OLE color: 1573026.

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

Color convert

RGB 162 0 24 -
CMYK 0 1 0.85 0.36
HSL 351.11º 1% 0.32% -
HSV(B) 351.11º 1% 0.64% -
XYZ 15.07 7.75 1.57 -
YUV 51.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 162 0 24 0 1 0.85 0.36 351.11 1 0.32
Hex A2 0 18 0 64 55 24 15F 64 20
Octal 242 0 30 0 144 125 44 537 144 40
Binary 10100010 0 11000 0 1100100 1010101 100100 101011111 1100100 100000

Color Harmonies of #A20018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20018

Black with #A20018

Text Example


Text Example

White with #A20018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20018; }

 p { color: rgb(162,0,24); }

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

background-color css

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

 a { background-color: rgb(162,0,24); }

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

border-color css

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

 span { border-color: rgb(162,0,24); }

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