#9C2A3E

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

Shades of Bright Red #9C2A3E

Tints of Bright Red #9C2A3E

Color information

#9C2A3E (or 0x9C2A3E) is unknown color: approx Bright Red. HEX triplet: 9C, 2A and 3E. RGB value is (156,42,62). Sum of RGB (Red+Green+Blue) = 156+42+62=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A3E is #63D5C1. Grayscale: #4E4E4E. Windows color (decimal): -6542786 or 4074140. OLE color: 4074140.

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

Color convert

RGB1564262-
CMYK00.730.600.39
HSL349.47º57.58%38.82%-
HSV(B)349.47º73.08%61.18%-
XYZ15.419.075.5-
YUV78.37118.77183.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=60%
G=16.15%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156426200.730.600.39349.4757.5838.82
Hex9C2A3E0493C2715d3a27
Octal2345276011174475357247
Binary1001110010101011111001001001111100100111101011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,62); }

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

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

 a { background-color: rgb(156,42,62); }

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

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

 span { border-color: rgb(156,42,62); }

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