#9C293C

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

Shades of Bright Red #9C293C

Tints of Bright Red #9C293C

Color information

#9C293C (or 0x9C293C) is unknown color: approx Bright Red. HEX triplet: 9C, 29 and 3C. RGB value is (156,41,60). Sum of RGB (Red+Green+Blue) = 156+41+60=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C293C is #63D6C3. Grayscale: #4D4D4D. Windows color (decimal): -6543044 or 3942812. OLE color: 3942812.

HSL color Cylindrical-coordinate representation of color #9C293C: hue angle of 350.09º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C293C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1564160-
CMYK00.740.620.39
HSL350.09º58.38%38.63%-
HSV(B)350.09º73.72%61.18%-
XYZ15.328.985.2-
YUV77.55118.1183.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=60.70%
G=15.95%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156416000.740.620.39350.0958.3838.63
Hex9C293C04A3E2715e3a27
Octal2345174011276475367247
Binary1001110010100111110001001010111110100111101011110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C293C; }

 p { color: rgb(156,41,60); }

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

<style>
 a { background-color: #9C293C; }

 a { background-color: rgb(156,41,60); }

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

<style>
 span { border-color: #9C293C; }

 span { border-color: rgb(156,41,60); }

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