Html Css Color HEX #A11819 Carmine

📋 copy color: '#A11819'

red 161 ◦ green 24 ◦ blue 25

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

Shades of Carmine #A11819

Tints of Carmine #A11819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 76.67%
G = 11.43%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A11819 (or 0xA11819) is known color: Carmine. HEX triplet: A1, 18 and 19. RGB value is (161,24,25). Sum of RGB (Red+Green+Blue) = 161+24+25=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A11819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11819 is #5EE7E6. Grayscale: #414141. Windows color (decimal): -6219751 or 1644705. OLE color: 1644705.

HSL color Cylindrical-coordinate representation of color #A11819: hue angle of 359.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11819 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 25 -
CMYK 0 0.85 0.84 0.37
HSL 359.56º 0.74% 0.36% -
HSV(B) 359.56º 0.85% 0.63% -
XYZ 15.2 8.3 1.72 -
YUV 65.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 161 24 25 0 0.85 0.84 0.37 359.56 0.74 0.36
Hex A1 18 19 0 55 54 25 168 4A 24
Octal 241 30 31 0 125 124 45 550 112 44
Binary 10100001 11000 11001 0 1010101 1010100 100101 101101000 1001010 100100

Color Harmonies of #A11819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11819

Black with #A11819

Text Example


Text Example

White with #A11819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11819; }

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

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

background-color css

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

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

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

border-color css

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

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

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