#952730

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

Shades of Bright Red #952730

Tints of Bright Red #952730

Color information

#952730 (or 0x952730) is unknown color: approx Bright Red. HEX triplet: 95, 27 and 30. RGB value is (149,39,48). Sum of RGB (Red+Green+Blue) = 149+39+48=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952730 is #6AD8CF. Grayscale: #484848. Windows color (decimal): -7002320 or 3155861. OLE color: 3155861.

HSL color Cylindrical-coordinate representation of color #952730: hue angle of 355.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952730 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1493948-
CMYK00.740.680.42
HSL355.09º58.51%36.86%-
HSV(B)355.09º73.83%58.43%-
XYZ13.658.053.63-
YUV72.92113.94182.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=63.14%
G=16.53%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149394800.740.680.42355.0958.5136.86
Hex95273004A442A1633b25
Octal22547600112104525437345
Binary10010101100111110000010010101000100101010101100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952730; }

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

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

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

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

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

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

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

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