#952B3E

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

Shades of Bright Red #952B3E

Tints of Bright Red #952B3E

Color information

#952B3E (or 0x952B3E) is unknown color: approx Bright Red. HEX triplet: 95, 2B and 3E. RGB value is (149,43,62). Sum of RGB (Red+Green+Blue) = 149+43+62=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B3E is #6AD4C1. Grayscale: #4C4C4C. Windows color (decimal): -7001282 or 4074389. OLE color: 4074389.

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

Color convert

RGB1494362-
CMYK00.710.580.42
HSL349.25º55.21%37.65%-
HSV(B)349.25º71.14%58.43%-
XYZ14.138.475.45-
YUV76.86119.62179.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 43 (17.19% from 255) = 16.93%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=58.66%
G=16.93%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149436200.710.580.42349.2555.2137.65
Hex952B3E0473A2A15d3726
Octal2255376010772525356746
Binary1001010110101111111001000111111010101010101011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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