#950B29

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

Shades of Carmine #950B29

Tints of Carmine #950B29

Color information

#950B29 (or 0x950B29) is unknown color: approx Carmine. HEX triplet: 95, 0B and 29. RGB value is (149,11,41). Sum of RGB (Red+Green+Blue) = 149+11+41=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #950B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B29 is #6AF4D6. Grayscale: #373737. Windows color (decimal): -7009495 or 2689941. OLE color: 2689941.

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

Color convert

RGB1491141-
CMYK00.930.720.42
HSL346.96º86.25%31.37%-
HSV(B)346.96º92.62%58.43%-
XYZ12.916.792.73-
YUV55.68119.72194.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.13%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=74.13%
G=5.47%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149114100.930.720.42346.9686.2531.37
Hex95B2905D482A15b561f
Octal225135101351105253312637
Binary100101011011101001010111011001000101010101011011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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