#951228

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

Shades of Carmine #951228

Tints of Carmine #951228

Color information

#951228 (or 0x951228) is unknown color: approx Carmine. HEX triplet: 95, 12 and 28. RGB value is (149,18,40). Sum of RGB (Red+Green+Blue) = 149+18+40=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #951228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951228 is #6AEDD7. Grayscale: #3B3B3B. Windows color (decimal): -7007704 or 2626197. OLE color: 2626197.

HSL color Cylindrical-coordinate representation of color #951228: hue angle of 349.92º 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 #951228 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1491840-
CMYK00.880.730.42
HSL349.92º78.44%32.75%-
HSV(B)349.92º87.92%58.43%-
XYZ12.996.982.67-
YUV59.68116.9191.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=71.98%
G=8.70%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149184000.880.730.42349.9278.4432.75
Hex951228058492A15e4e21
Octal225225001301115253611641
Binary10010101100101010000101100010010011010101010111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951228; }

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

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

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

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

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

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

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

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