#952038

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

Shades of Bright Red #952038

Tints of Bright Red #952038

Color information

#952038 (or 0x952038) is unknown color: approx Bright Red. HEX triplet: 95, 20 and 38. RGB value is (149,32,56). Sum of RGB (Red+Green+Blue) = 149+32+56=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952038 is #6ADFC7. Grayscale: #454545. Windows color (decimal): -7004104 or 3678357. OLE color: 3678357.

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

Color convert

RGB1493256-
CMYK00.790.620.42
HSL347.69º64.64%35.49%-
HSV(B)347.69º78.52%58.43%-
XYZ13.627.714.51-
YUV69.72120.26184.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=62.87%
G=13.50%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149325600.790.620.42347.6964.6435.49
Hex95203804F3E2A15c4123
Octal22540700117765253410143
Binary10010101100000111000010011111111101010101010111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952038; }

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

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

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

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

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

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

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

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