#9C163D

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

Shades of Bright Red #9C163D

Tints of Bright Red #9C163D

Color information

#9C163D (or 0x9C163D) is unknown color: approx Bright Red. HEX triplet: 9C, 16 and 3D. RGB value is (156,22,61). Sum of RGB (Red+Green+Blue) = 156+22+61=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C163D is #63E9C2. Grayscale: #424242. Windows color (decimal): -6547907 or 4003484. OLE color: 4003484.

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

Color convert

RGB1562261-
CMYK00.860.610.39
HSL342.54º75.28%34.9%-
HSV(B)342.54º85.9%61.18%-
XYZ14.847.985.17-
YUV66.51124.89191.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.27%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=65.27%
G=9.21%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156226100.860.610.39342.5475.2834.9
Hex9C163D0563D271574b23
Octal23426750126754752711343
Binary1001110010110111101010101101111011001111010101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,61); }

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

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

 a { background-color: rgb(156,22,61); }

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

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

 span { border-color: rgb(156,22,61); }

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