#951418

Color #951418 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #951418

Tints of Carmine #951418

Color information

#951418 (or 0x951418) is unknown color: approx Carmine. HEX triplet: 95, 14 and 18. RGB value is (149,20,24). Sum of RGB (Red+Green+Blue) = 149+20+24=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #951418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951418 is #6AEBE7. Grayscale: #3B3B3B. Windows color (decimal): -7007208 or 1578133. OLE color: 1578133.

HSL color Cylindrical-coordinate representation of color #951418: hue angle of 358.14º 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 #951418 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1492024-
CMYK00.870.840.42
HSL358.14º76.33%33.14%-
HSV(B)358.14º86.58%58.43%-
XYZ12.816.961.53-
YUV59.03108.24192.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=77.20%
G=10.36%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149202400.870.840.42358.1476.3333.14
Hex951418057542A1664c21
Octal225243001271245254611441
Binary1001010110100110000101011110101001010101011001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951418; }

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

 H1.HeaderClassName
 {
   color: #951418;
 }
 .AnyTagClassName
 {
   color: #951418;
 }
</style>
background-color css

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

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

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

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

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

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