#952326

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

Shades of Bright Red #952326

Tints of Bright Red #952326

Color information

#952326 (or 0x952326) is unknown color: approx Bright Red. HEX triplet: 95, 23 and 26. RGB value is (149,35,38). Sum of RGB (Red+Green+Blue) = 149+35+38=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952326 is #6ADCD9. Grayscale: #454545. Windows color (decimal): -7003354 or 2499477. OLE color: 2499477.

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

Color convert

RGB1493538-
CMYK00.770.740.42
HSL358.42º61.96%36.08%-
HSV(B)358.42º76.51%58.43%-
XYZ13.357.732.62-
YUV69.43110.27184.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.12%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=67.12%
G=15.77%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149353800.770.740.42358.4261.9636.08
Hex95232604D4A2A1663e24
Octal22543460115112525467644
Binary10010101100011100110010011011001010101010101100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952326; }

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

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

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

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

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

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

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

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