Html Css Color HEX #A11213 Carmine

📋 copy color: '#A11213'

red 161 ◦ green 18 ◦ blue 19

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

Shades of Carmine #A11213

Tints of Carmine #A11213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 81.31%
G = 9.09%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11213 (or 0xA11213) is known color: Carmine. HEX triplet: A1, 12 and 13. RGB value is (161,18,19). Sum of RGB (Red+Green+Blue) = 161+18+19=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A11213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11213 is #5EEDEC. Grayscale: #3D3D3D. Windows color (decimal): -6221293 or 1249953. OLE color: 1249953.

HSL color Cylindrical-coordinate representation of color #A11213: hue angle of 359.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11213 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 19 -
CMYK 0 0.89 0.88 0.37
HSL 359.58º 0.8% 0.35% -
HSV(B) 359.58º 0.89% 0.63% -
XYZ 15.03 8.06 1.38 -
YUV 60.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 161 18 19 0 0.89 0.88 0.37 359.58 0.8 0.35
Hex A1 12 13 0 59 58 25 168 50 23
Octal 241 22 23 0 131 130 45 550 120 43
Binary 10100001 10010 10011 0 1011001 1011000 100101 101101000 1010000 100011

Color Harmonies of #A11213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11213

Black with #A11213

Text Example


Text Example

White with #A11213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11213; }

 p { color: rgb(161,18,19); }

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

background-color css

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

 a { background-color: rgb(161,18,19); }

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

border-color css

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

 span { border-color: rgb(161,18,19); }

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