#952A2F

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

Shades of Bright Red #952A2F

Tints of Bright Red #952A2F

Color information

#952A2F (or 0x952A2F) is unknown color: approx Bright Red. HEX triplet: 95, 2A and 2F. RGB value is (149,42,47). Sum of RGB (Red+Green+Blue) = 149+42+47=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A2F is #6AD5D0. Grayscale: #4A4A4A. Windows color (decimal): -7001553 or 3091093. OLE color: 3091093.

HSL color Cylindrical-coordinate representation of color #952A2F: hue angle of 357.2º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A2F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1494247-
CMYK00.720.680.42
HSL357.2º56.02%37.45%-
HSV(B)357.2º71.81%58.43%-
XYZ13.748.253.56-
YUV74.56112.45181.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=62.61%
G=17.65%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149424700.720.680.42357.256.0237.45
Hex952A2F048442A1653825
Octal22552570110104525457045
Binary10010101101010101111010010001000100101010101100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,42,47); }

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

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

 a { background-color: rgb(149,42,47); }

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

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

 span { border-color: rgb(149,42,47); }

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