#950A18

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

Shades of Carmine #950A18

Tints of Carmine #950A18

Color information

#950A18 (or 0x950A18) is unknown color: approx Carmine. HEX triplet: 95, 0A and 18. RGB value is (149,10,24). Sum of RGB (Red+Green+Blue) = 149+10+24=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #950A18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A18 is #6AF5E7. Grayscale: #353535. Windows color (decimal): -7009768 or 1575573. OLE color: 1575573.

HSL color Cylindrical-coordinate representation of color #950A18: hue angle of 353.96º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A18 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1491024-
CMYK00.930.840.42
HSL353.96º87.42%31.18%-
HSV(B)353.96º93.29%58.43%-
XYZ12.676.671.48-
YUV53.16111.55196.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 81.42%
GREEN value IS 10 (4.30% from 255) = 5.46%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=81.42%
G=5.46%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149102400.930.840.42353.9687.4231.18
Hex95A1805D542A162571f
Octal225123001351245254212737
Binary10010101101011000010111011010100101010101100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950A18; }

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

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

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

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

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

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

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

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