Html Css Color HEX #A11218 Carmine

📋 copy color: '#A11218'

red 161 ◦ green 18 ◦ blue 24

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

Shades of Carmine #A11218

Tints of Carmine #A11218

RGB

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

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

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

R = 79.31%
G = 8.87%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A11218 (or 0xA11218) is known color: Carmine. HEX triplet: A1, 12 and 18. RGB value is (161,18,24). Sum of RGB (Red+Green+Blue) = 161+18+24=203 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.31% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 161 - color contains mainly: red. Hex color #A11218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11218 is #5EEDE7. Grayscale: #3D3D3D. Windows color (decimal): -6221288 or 1577633. OLE color: 1577633.

HSL color Cylindrical-coordinate representation of color #A11218: hue angle of 357.48º 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 #A11218 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 24 -
CMYK 0 0.89 0.85 0.37
HSL 357.48º 0.8% 0.35% -
HSV(B) 357.48º 0.89% 0.63% -
XYZ 15.08 8.08 1.63 -
YUV 61.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 161 18 24 0 0.89 0.85 0.37 357.48 0.8 0.35
Hex A1 12 18 0 59 55 25 165 50 23
Octal 241 22 30 0 131 125 45 545 120 43
Binary 10100001 10010 11000 0 1011001 1010101 100101 101100101 1010000 100011

Color Harmonies of #A11218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11218

Black with #A11218

Text Example


Text Example

White with #A11218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11218; }

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

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

background-color css

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

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

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

border-color css

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

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

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