Html Css Color HEX #A11020 Carmine

📋 copy color: '#A11020'

red 161 ◦ green 16 ◦ blue 32

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

Shades of Carmine #A11020

Tints of Carmine #A11020

RGB

 RED value IS 161 (63.28% from 255) = 77.03%

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 77.03%
G = 7.66%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A11020 (or 0xA11020) is known color: Carmine. HEX triplet: A1, 10 and 20. RGB value is (161,16,32). Sum of RGB (Red+Green+Blue) = 161+16+32=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A11020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11020 is #5EEFDF. Grayscale: #3D3D3D. Windows color (decimal): -6221792 or 2101409. OLE color: 2101409.

HSL color Cylindrical-coordinate representation of color #A11020: hue angle of 353.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11020 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 32 -
CMYK 0 0.90 0.80 0.37
HSL 353.38º 0.82% 0.35% -
HSV(B) 353.38º 0.9% 0.63% -
XYZ 15.14 8.05 2.12 -
YUV 61.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 161 16 32 0 0.90 0.80 0.37 353.38 0.82 0.35
Hex A1 10 20 0 5A 50 25 161 52 23
Octal 241 20 40 0 132 120 45 541 122 43
Binary 10100001 10000 100000 0 1011010 1010000 100101 101100001 1010010 100011

Color Harmonies of #A11020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11020

Black with #A11020

Text Example


Text Example

White with #A11020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11020; }

 p { color: rgb(161,16,32); }

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

background-color css

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

 a { background-color: rgb(161,16,32); }

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

border-color css

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

 span { border-color: rgb(161,16,32); }

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