#952332

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

Shades of Bright Red #952332

Tints of Bright Red #952332

Color information

#952332 (or 0x952332) is unknown color: approx Bright Red. HEX triplet: 95, 23 and 32. RGB value is (149,35,50). Sum of RGB (Red+Green+Blue) = 149+35+50=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952332 is #6ADCCD. Grayscale: #464646. Windows color (decimal): -7003342 or 3285909. OLE color: 3285909.

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

Color convert

RGB1493550-
CMYK00.770.660.42
HSL352.11º61.96%36.08%-
HSV(B)352.11º76.51%58.43%-
XYZ13.577.823.81-
YUV70.8116.27183.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=63.68%
G=14.96%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149355000.770.660.42352.1161.9636.08
Hex95233204D422A1603e24
Octal22543620115102525407644
Binary10010101100011110010010011011000010101010101100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952332; }

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

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

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

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

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

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

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

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