#9C133A

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

Shades of Bright Red #9C133A

Tints of Bright Red #9C133A

Color information

#9C133A (or 0x9C133A) is unknown color: approx Bright Red. HEX triplet: 9C, 13 and 3A. RGB value is (156,19,58). Sum of RGB (Red+Green+Blue) = 156+19+58=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C133A is #63ECC5. Grayscale: #404040. Windows color (decimal): -6548678 or 3806108. OLE color: 3806108.

HSL color Cylindrical-coordinate representation of color #9C133A: hue angle of 342.92º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C133A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1561958-
CMYK00.880.630.39
HSL342.92º78.29%34.31%-
HSV(B)342.92º87.82%61.18%-
XYZ14.717.844.74-
YUV64.41124.39193.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.95%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=66.95%
G=8.15%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156195800.880.630.39342.9278.2934.31
Hex9C133A0583F271574e22
Octal23423720130774752711642
Binary1001110010011111010010110001111111001111010101111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,19,58); }

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

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

 a { background-color: rgb(156,19,58); }

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

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

 span { border-color: rgb(156,19,58); }

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