Html Css Color HEX #951417 Carmine

📋 copy color: '#951417'

red 149 ◦ green 20 ◦ blue 23

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

Shades of Carmine #951417

Tints of Carmine #951417

RGB

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

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

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

R = 77.6%
G = 10.42%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#951417 (or 0x951417) is known color: Carmine. HEX triplet: 95, 14 and 17. RGB value is (149,20,23). Sum of RGB (Red+Green+Blue) = 149+20+23=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951417 is #6AEBE8. Grayscale: #3B3B3B. Windows color (decimal): -7007209 or 1512597. OLE color: 1512597.

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

Color convert

RGB 149 20 23 -
CMYK 0 0.87 0.85 0.42
HSL 358.6º 0.76% 0.33% -
HSV(B) 358.6º 0.87% 0.58% -
XYZ 12.8 6.95 1.48 -
YUV 58.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 149 20 23 0 0.87 0.85 0.42 358.6 0.76 0.33
Hex 95 14 17 0 57 55 2A 167 4C 21
Octal 225 24 27 0 127 125 52 547 114 41
Binary 10010101 10100 10111 0 1010111 1010101 101010 101100111 1001100 100001

Color Harmonies of #951417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951417

Black with #951417

Text Example


Text Example

White with #951417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951417; }

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

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

background-color css

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

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

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

border-color css

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

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

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