#952A30

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

Shades of Bright Red #952A30

Tints of Bright Red #952A30

Color information

#952A30 (or 0x952A30) is unknown color: approx Bright Red. HEX triplet: 95, 2A and 30. RGB value is (149,42,48). Sum of RGB (Red+Green+Blue) = 149+42+48=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A30 is #6AD5CF. Grayscale: #4A4A4A. Windows color (decimal): -7001552 or 3156629. OLE color: 3156629.

HSL color Cylindrical-coordinate representation of color #952A30: hue angle of 356.64º 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 #952A30 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1494248-
CMYK00.720.680.42
HSL356.64º56.02%37.45%-
HSV(B)356.64º71.81%58.43%-
XYZ13.768.263.67-
YUV74.68112.95181.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=62.34%
G=17.57%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149424800.720.680.42356.6456.0237.45
Hex952A30048442A1653825
Octal22552600110104525457045
Binary10010101101010110000010010001000100101010101100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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