#952A3C

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

Shades of Bright Red #952A3C

Tints of Bright Red #952A3C

Color information

#952A3C (or 0x952A3C) is unknown color: approx Bright Red. HEX triplet: 95, 2A and 3C. RGB value is (149,42,60). Sum of RGB (Red+Green+Blue) = 149+42+60=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A3C is #6AD5C3. Grayscale: #4C4C4C. Windows color (decimal): -7001540 or 3943061. OLE color: 3943061.

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

Color convert

RGB1494260-
CMYK00.720.600.42
HSL349.91º56.02%37.45%-
HSV(B)349.91º71.81%58.43%-
XYZ14.048.375.15-
YUV76.04118.95180.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 42 (16.80% from 255) = 16.73%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=59.36%
G=16.73%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149426000.720.600.42349.9156.0237.45
Hex952A3C0483C2A15e3825
Octal2255274011074525367045
Binary1001010110101011110001001000111100101010101011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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