#9C182E

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

Shades of Bright Red #9C182E

Tints of Bright Red #9C182E

Color information

#9C182E (or 0x9C182E) is unknown color: approx Bright Red. HEX triplet: 9C, 18 and 2E. RGB value is (156,24,46). Sum of RGB (Red+Green+Blue) = 156+24+46=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C182E is #63E7D1. Grayscale: #424242. Windows color (decimal): -6547410 or 3020956. OLE color: 3020956.

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

Color convert

RGB1562446-
CMYK00.850.710.39
HSL350º73.33%35.29%-
HSV(B)350º84.62%61.18%-
XYZ14.537.923.35-
YUV65.98116.73192.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.03%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=69.03%
G=10.62%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156244600.850.710.3935073.3335.29
Hex9C182E055472715e4923
Octal234305601251074753611143
Binary10011100110001011100101010110001111001111010111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,24,46); }

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

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

 a { background-color: rgb(156,24,46); }

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

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

 span { border-color: rgb(156,24,46); }

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