#952A32

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

Shades of Bright Red #952A32

Tints of Bright Red #952A32

Color information

#952A32 (or 0x952A32) is unknown color: approx Bright Red. HEX triplet: 95, 2A and 32. RGB value is (149,42,50). Sum of RGB (Red+Green+Blue) = 149+42+50=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A32 is #6AD5CD. Grayscale: #4A4A4A. Windows color (decimal): -7001550 or 3287701. OLE color: 3287701.

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

Color convert

RGB1494250-
CMYK00.720.660.42
HSL355.51º56.02%37.45%-
HSV(B)355.51º71.81%58.43%-
XYZ13.88.283.89-
YUV74.9113.95180.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=61.83%
G=17.43%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149425000.720.660.42355.5156.0237.45
Hex952A32048422A1643825
Octal22552620110102525447045
Binary10010101101010110010010010001000010101010101100100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952A32; }

 p { color: rgb(149,42,50); }

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

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

 a { background-color: rgb(149,42,50); }

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

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

 span { border-color: rgb(149,42,50); }

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