Html Css Color HEX #A20115 Carmine

📋 copy color: '#A20115'

red 162 ◦ green 1 ◦ blue 21

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

Shades of Carmine #A20115

Tints of Carmine #A20115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 88.04%
G = 0.54%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A20115 (or 0xA20115) is known color: Carmine. HEX triplet: A2, 01 and 15. RGB value is (162,1,21). Sum of RGB (Red+Green+Blue) = 162+1+21=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A20115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20115 is #5DFEEA. Grayscale: #333333. Windows color (decimal): -6160107 or 1376674. OLE color: 1376674.

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

Color convert

RGB 162 1 21 -
CMYK 0 0.99 0.87 0.36
HSL 352.55º 0.99% 0.32% -
HSV(B) 352.55º 0.99% 0.64% -
XYZ 15.05 7.76 1.41 -
YUV 51.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 162 1 21 0 0.99 0.87 0.36 352.55 0.99 0.32
Hex A2 1 15 0 63 57 24 161 63 20
Octal 242 1 25 0 143 127 44 541 143 40
Binary 10100010 1 10101 0 1100011 1010111 100100 101100001 1100011 100000

Color Harmonies of #A20115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20115

Black with #A20115

Text Example


Text Example

White with #A20115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20115; }

 p { color: rgb(162,1,21); }

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

background-color css

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

 a { background-color: rgb(162,1,21); }

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

border-color css

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

 span { border-color: rgb(162,1,21); }

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