Html Css Color HEX #951116 Carmine

📋 copy color: '#951116'

red 149 ◦ green 17 ◦ blue 22

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

Shades of Carmine #951116

Tints of Carmine #951116

RGB

 RED value IS 149 (58.59% from 255) = 79.26%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 79.26%
G = 9.04%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#951116 (or 0x951116) is known color: Carmine. HEX triplet: 95, 11 and 16. RGB value is (149,17,22). Sum of RGB (Red+Green+Blue) = 149+17+22=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951116 is #6AEEE9. Grayscale: #393939. Windows color (decimal): -7007978 or 1446293. OLE color: 1446293.

HSL color Cylindrical-coordinate representation of color #951116: hue angle of 357.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951116 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 22 -
CMYK 0 0.89 0.85 0.42
HSL 357.73º 0.8% 0.33% -
HSV(B) 357.73º 0.89% 0.58% -
XYZ 12.74 6.85 1.41 -
YUV 57.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 149 17 22 0 0.89 0.85 0.42 357.73 0.8 0.33
Hex 95 11 16 0 59 55 2A 166 50 21
Octal 225 21 26 0 131 125 52 546 120 41
Binary 10010101 10001 10110 0 1011001 1010101 101010 101100110 1010000 100001

Color Harmonies of #951116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951116

Black with #951116

Text Example


Text Example

White with #951116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951116; }

 p { color: rgb(149,17,22); }

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

background-color css

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

 a { background-color: rgb(149,17,22); }

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

border-color css

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

 span { border-color: rgb(149,17,22); }

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