#952B3A

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

Shades of Bright Red #952B3A

Tints of Bright Red #952B3A

Color information

#952B3A (or 0x952B3A) is unknown color: approx Bright Red. HEX triplet: 95, 2B and 3A. RGB value is (149,43,58). Sum of RGB (Red+Green+Blue) = 149+43+58=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B3A is #6AD4C5. Grayscale: #4C4C4C. Windows color (decimal): -7001286 or 3812245. OLE color: 3812245.

HSL color Cylindrical-coordinate representation of color #952B3A: hue angle of 351.51º 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 #952B3A is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1494358-
CMYK00.710.610.42
HSL351.51º55.21%37.65%-
HSV(B)351.51º71.14%58.43%-
XYZ14.028.424.89-
YUV76.4117.62179.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=59.6%
G=17.2%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149435800.710.610.42351.5155.2137.65
Hex952B3A0473D2A1603726
Octal2255372010775525406746
Binary1001010110101111101001000111111101101010101100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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