#952529

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

Shades of Bright Red #952529

Tints of Bright Red #952529

Color information

#952529 (or 0x952529) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 29. RGB value is (149,37,41). Sum of RGB (Red+Green+Blue) = 149+37+41=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952529 is #6ADAD6. Grayscale: #474747. Windows color (decimal): -7002839 or 2696597. OLE color: 2696597.

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

Color convert

RGB1493741-
CMYK00.750.720.42
HSL357.86º60.22%36.47%-
HSV(B)357.86º75.17%58.43%-
XYZ13.467.872.91-
YUV70.94111.11183.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=65.64%
G=16.30%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149374100.750.720.42357.8660.2236.47
Hex95252904B482A1663c24
Octal22545510113110525467444
Binary10010101100101101001010010111001000101010101100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952529; }

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

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

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

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

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

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

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

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