#9c1e3b

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

Shades of Bright Red #9C1E3B

Tints of Bright Red #9C1E3B

Color information

#9C1E3B (or 0x9C1E3B) is unknown color: approx Bright Red. HEX triplet: 9C, 1E and 3B. RGB value is (156,30,59). Sum of RGB (Red+Green+Blue) = 156+30+59=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1E3B is #63E1C4. Grayscale: #464646. Windows color (decimal): -6545861 or 3874460. OLE color: 3874460.

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

Color convert

RGB1563059-
CMYK00.810.620.39
HSL346.19º67.74%36.47%-
HSV(B)346.19º80.77%61.18%-
XYZ14.968.314.95-
YUV70.98121.24188.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=63.67%
G=12.24%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156305900.810.620.39346.1967.7436.47
Hex9C1E3B0513E2715a4424
Octal23436730121764753210444
Binary1001110011110111011010100011111101001111010110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c1e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,30,59); }

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

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

 a { background-color: rgb(156,30,59); }

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

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

 span { border-color: rgb(156,30,59); }

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