Html Css Color HEX #A20111 Carmine

📋 copy color: '#A20111'

red 162 ◦ green 1 ◦ blue 17

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

Shades of Carmine #A20111

Tints of Carmine #A20111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 90%
G = 0.56%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20111 (or 0xA20111) is known color: Carmine. HEX triplet: A2, 01 and 11. RGB value is (162,1,17). Sum of RGB (Red+Green+Blue) = 162+1+17=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20111 is #5DFEEE. Grayscale: #333333. Windows color (decimal): -6160111 or 1114530. OLE color: 1114530.

HSL color Cylindrical-coordinate representation of color #A20111: hue angle of 354.04º 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 #A20111 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 17 -
CMYK 0 0.99 0.90 0.36
HSL 354.04º 0.99% 0.32% -
HSV(B) 354.04º 0.99% 0.64% -
XYZ 15.01 7.74 1.23 -
YUV 50.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 162 1 17 0 0.99 0.90 0.36 354.04 0.99 0.32
Hex A2 1 11 0 63 5A 24 162 63 20
Octal 242 1 21 0 143 132 44 542 143 40
Binary 10100010 1 10001 0 1100011 1011010 100100 101100010 1100011 100000

Color Harmonies of #A20111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20111

Black with #A20111

Text Example


Text Example

White with #A20111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20111; }

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

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

background-color css

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

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

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

border-color css

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

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

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