#950B1C

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

Shades of Carmine #950B1C

Tints of Carmine #950B1C

Color information

#950B1C (or 0x950B1C) is unknown color: approx Carmine. HEX triplet: 95, 0B and 1C. RGB value is (149,11,28). Sum of RGB (Red+Green+Blue) = 149+11+28=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B1C is #6AF4E3. Grayscale: #363636. Windows color (decimal): -7009508 or 1837973. OLE color: 1837973.

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

Color convert

RGB1491128-
CMYK00.930.810.42
HSL352.61º86.25%31.37%-
HSV(B)352.61º92.62%58.43%-
XYZ12.726.711.72-
YUV54.2113.22195.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.26%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=79.26%
G=5.85%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149112800.930.810.42352.6186.2531.37
Hex95B1C05D512A161561f
Octal225133401351215254112637
Binary10010101101111100010111011010001101010101100001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,11,28); }

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

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

 a { background-color: rgb(149,11,28); }

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

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

 span { border-color: rgb(149,11,28); }

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