#952526

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

Shades of Bright Red #952526

Tints of Bright Red #952526

Color information

#952526 (or 0x952526) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 26. RGB value is (149,37,38). Sum of RGB (Red+Green+Blue) = 149+37+38=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952526 is #6ADAD9. Grayscale: #464646. Windows color (decimal): -7002842 or 2499989. OLE color: 2499989.

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

Color convert

RGB1493738-
CMYK00.750.740.42
HSL359.46º60.22%36.47%-
HSV(B)359.46º75.17%58.43%-
XYZ13.417.852.64-
YUV70.6109.61183.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=66.52%
G=16.52%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149373800.750.740.42359.4660.2236.47
Hex95252604B4A2A1673c24
Octal22545460113112525477444
Binary10010101100101100110010010111001010101010101100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952526; }

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

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

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

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

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

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

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

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