Html Css Color HEX #A20518 Carmine

📋 copy color: '#A20518'

red 162 ◦ green 5 ◦ blue 24

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

Shades of Carmine #A20518

Tints of Carmine #A20518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 84.82%
G = 2.62%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A20518 (or 0xA20518) is known color: Carmine. HEX triplet: A2, 05 and 18. RGB value is (162,5,24). Sum of RGB (Red+Green+Blue) = 162+5+24=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A20518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20518 is #5DFAE7. Grayscale: #363636. Windows color (decimal): -6159080 or 1574306. OLE color: 1574306.

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

Color convert

RGB 162 5 24 -
CMYK 0 0.97 0.85 0.36
HSL 352.74º 0.94% 0.33% -
HSV(B) 352.74º 0.97% 0.64% -
XYZ 15.12 7.86 1.58 -
YUV 54.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 162 5 24 0 0.97 0.85 0.36 352.74 0.94 0.33
Hex A2 5 18 0 61 55 24 161 5E 21
Octal 242 5 30 0 141 125 44 541 136 41
Binary 10100010 101 11000 0 1100001 1010101 100100 101100001 1011110 100001

Color Harmonies of #A20518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20518

Black with #A20518

Text Example


Text Example

White with #A20518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20518; }

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

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

background-color css

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

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

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

border-color css

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

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

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