#952428

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

Shades of Bright Red #952428

Tints of Bright Red #952428

Color information

#952428 (or 0x952428) is unknown color: approx Bright Red. HEX triplet: 95, 24 and 28. RGB value is (149,36,40). Sum of RGB (Red+Green+Blue) = 149+36+40=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952428 is #6ADBD7. Grayscale: #464646. Windows color (decimal): -7003096 or 2630805. OLE color: 2630805.

HSL color Cylindrical-coordinate representation of color #952428: hue angle of 357.88º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952428 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1493640-
CMYK00.760.730.42
HSL357.88º61.08%36.27%-
HSV(B)357.88º75.84%58.43%-
XYZ13.417.82.81-
YUV70.24110.94184.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=66.22%
G=16%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149364000.760.730.42357.8861.0836.27
Hex95242804C492A1663d24
Octal22544500114111525467544
Binary10010101100100101000010011001001001101010101100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952428; }

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

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

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

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

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

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

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

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