#950a17

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

Shades of Carmine #950A17

Tints of Carmine #950A17

Color information

#950A17 (or 0x950A17) is unknown color: approx Carmine. HEX triplet: 95, 0A and 17. RGB value is (149,10,23). Sum of RGB (Red+Green+Blue) = 149+10+23=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #950A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A17 is #6AF5E8. Grayscale: #353535. Windows color (decimal): -7009769 or 1510037. OLE color: 1510037.

HSL color Cylindrical-coordinate representation of color #950A17: hue angle of 354.39º 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 #950A17 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1491023-
CMYK00.930.850.42
HSL354.39º87.42%31.18%-
HSV(B)354.39º93.29%58.43%-
XYZ12.666.671.43-
YUV53.04111.05196.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 81.87%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=81.87%
G=5.49%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149102300.930.850.42354.3987.4231.18
Hex95A1705D552A162571f
Octal225122701351255254212737
Binary10010101101010111010111011010101101010101100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950a17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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