#952528

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

Shades of Bright Red #952528

Tints of Bright Red #952528

Color information

#952528 (or 0x952528) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 28. RGB value is (149,37,40). Sum of RGB (Red+Green+Blue) = 149+37+40=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #952528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952528 is #6ADAD7. Grayscale: #464646. Windows color (decimal): -7002840 or 2631061. OLE color: 2631061.

HSL color Cylindrical-coordinate representation of color #952528: hue angle of 358.39º 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 #952528 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1493740-
CMYK00.750.730.42
HSL358.39º60.22%36.47%-
HSV(B)358.39º75.17%58.43%-
XYZ13.447.872.82-
YUV70.83110.61183.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=65.93%
G=16.37%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149374000.750.730.42358.3960.2236.47
Hex95252804B492A1663c24
Octal22545500113111525467444
Binary10010101100101101000010010111001001101010101100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952528; }

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

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

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

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

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

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

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

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