#952838

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

Shades of Bright Red #952838

Tints of Bright Red #952838

Color information

#952838 (or 0x952838) is unknown color: approx Bright Red. HEX triplet: 95, 28 and 38. RGB value is (149,40,56). Sum of RGB (Red+Green+Blue) = 149+40+56=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952838 is #6AD7C7. Grayscale: #4A4A4A. Windows color (decimal): -7002056 or 3680405. OLE color: 3680405.

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

Color convert

RGB1494056-
CMYK00.730.620.42
HSL351.19º57.67%37.06%-
HSV(B)351.19º73.15%58.43%-
XYZ13.878.194.59-
YUV74.41117.61181.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=60.82%
G=16.33%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149405600.730.620.42351.1957.6737.06
Hex9528380493E2A15f3a25
Octal2255070011176525377245
Binary1001010110100011100001001001111110101010101011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952838; }

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

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

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

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

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

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

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

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