#952B40

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

Shades of Bright Red #952B40

Tints of Bright Red #952B40

Color information

#952B40 (or 0x952B40) is unknown color: approx Bright Red. HEX triplet: 95, 2B and 40. RGB value is (149,43,64). Sum of RGB (Red+Green+Blue) = 149+43+64=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B40 is #6AD4BF. Grayscale: #4D4D4D. Windows color (decimal): -7001280 or 4205461. OLE color: 4205461.

HSL color Cylindrical-coordinate representation of color #952B40: hue angle of 348.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B40 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1494364-
CMYK00.710.570.42
HSL348.11º55.21%37.65%-
HSV(B)348.11º71.14%58.43%-
XYZ14.188.495.74-
YUV77.09120.62179.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 64 (25.39% from 255) = 25%
R=58.20%
G=16.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149436400.710.570.42348.1155.2137.65
Hex952B40047392A15c3726
Octal22553100010771525346746
Binary10010101101011100000001000111111001101010101011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,43,64); }

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

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

 a { background-color: rgb(149,43,64); }

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

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

 span { border-color: rgb(149,43,64); }

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