Html Css Color HEX #A11519 Carmine

📋 copy color: '#A11519'

red 161 ◦ green 21 ◦ blue 25

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

Shades of Carmine #A11519

Tints of Carmine #A11519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 77.78%
G = 10.14%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A11519 (or 0xA11519) is known color: Carmine. HEX triplet: A1, 15 and 19. RGB value is (161,21,25). Sum of RGB (Red+Green+Blue) = 161+21+25=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11519 is #5EEAE6. Grayscale: #3F3F3F. Windows color (decimal): -6220519 or 1643937. OLE color: 1643937.

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

Color convert

RGB 161 21 25 -
CMYK 0 0.87 0.84 0.37
HSL 358.29º 0.77% 0.36% -
HSV(B) 358.29º 0.87% 0.63% -
XYZ 15.14 8.18 1.7 -
YUV 63.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 161 21 25 0 0.87 0.84 0.37 358.29 0.77 0.36
Hex A1 15 19 0 57 54 25 166 4D 24
Octal 241 25 31 0 127 124 45 546 115 44
Binary 10100001 10101 11001 0 1010111 1010100 100101 101100110 1001101 100100

Color Harmonies of #A11519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11519

Black with #A11519

Text Example


Text Example

White with #A11519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11519; }

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

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

background-color css

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

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

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

border-color css

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

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

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