Html Css Color HEX #A11417 Carmine

📋 copy color: '#A11417'

red 161 ◦ green 20 ◦ blue 23

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

Shades of Carmine #A11417

Tints of Carmine #A11417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

 BLUE value IS 23 (9.38% from 255) = 11.27%

R = 78.92%
G = 9.8%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11417 (or 0xA11417) is known color: Carmine. HEX triplet: A1, 14 and 17. RGB value is (161,20,23). Sum of RGB (Red+Green+Blue) = 161+20+23=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A11417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11417 is #5EEBE8. Grayscale: #3E3E3E. Windows color (decimal): -6220777 or 1512609. OLE color: 1512609.

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

Color convert

RGB 161 20 23 -
CMYK 0 0.88 0.86 0.37
HSL 358.72º 0.78% 0.35% -
HSV(B) 358.72º 0.88% 0.63% -
XYZ 15.1 8.14 1.59 -
YUV 62.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 161 20 23 0 0.88 0.86 0.37 358.72 0.78 0.35
Hex A1 14 17 0 58 56 25 167 4E 23
Octal 241 24 27 0 130 126 45 547 116 43
Binary 10100001 10100 10111 0 1011000 1010110 100101 101100111 1001110 100011

Color Harmonies of #A11417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11417

Black with #A11417

Text Example


Text Example

White with #A11417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11417; }

 p { color: rgb(161,20,23); }

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

background-color css

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

 a { background-color: rgb(161,20,23); }

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

border-color css

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

 span { border-color: rgb(161,20,23); }

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