#951229

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

Shades of Carmine #951229

Tints of Carmine #951229

Color information

#951229 (or 0x951229) is unknown color: approx Carmine. HEX triplet: 95, 12 and 29. RGB value is (149,18,41). Sum of RGB (Red+Green+Blue) = 149+18+41=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #951229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951229 is #6AEDD6. Grayscale: #3B3B3B. Windows color (decimal): -7007703 or 2691733. OLE color: 2691733.

HSL color Cylindrical-coordinate representation of color #951229: hue angle of 349.47º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951229 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1491841-
CMYK00.880.720.42
HSL349.47º78.44%32.75%-
HSV(B)349.47º87.92%58.43%-
XYZ13.016.982.76-
YUV59.79117.4191.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.63%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=71.63%
G=8.65%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149184100.880.720.42349.4778.4432.75
Hex951229058482A15d4e21
Octal225225101301105253511641
Binary10010101100101010010101100010010001010101010111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951229; }

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

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

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

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

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

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

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

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