#952A34

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

Shades of Bright Red #952A34

Tints of Bright Red #952A34

Color information

#952A34 (or 0x952A34) is unknown color: approx Bright Red. HEX triplet: 95, 2A and 34. RGB value is (149,42,52). Sum of RGB (Red+Green+Blue) = 149+42+52=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A34 is #6AD5CB. Grayscale: #4B4B4B. Windows color (decimal): -7001548 or 3418773. OLE color: 3418773.

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

Color convert

RGB1494252-
CMYK00.720.650.42
HSL354.39º56.02%37.45%-
HSV(B)354.39º71.81%58.43%-
XYZ13.848.294.12-
YUV75.13114.95180.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=61.32%
G=17.28%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149425200.720.650.42354.3956.0237.45
Hex952A34048412A1623825
Octal22552640110101525427045
Binary10010101101010110100010010001000001101010101100010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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