#9C152A

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

Shades of Bright Red #9C152A

Tints of Bright Red #9C152A

Color information

#9C152A (or 0x9C152A) is unknown color: approx Bright Red. HEX triplet: 9C, 15 and 2A. RGB value is (156,21,42). Sum of RGB (Red+Green+Blue) = 156+21+42=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C152A is #63EAD5. Grayscale: #3F3F3F. Windows color (decimal): -6548182 or 2758044. OLE color: 2758044.

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

Color convert

RGB1562142-
CMYK00.870.730.39
HSL350.67º76.27%34.71%-
HSV(B)350.67º86.54%61.18%-
XYZ14.47.772.93-
YUV63.76115.73193.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.23%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=71.23%
G=9.59%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156214200.870.730.39350.6776.2734.71
Hex9C152A057492715f4c23
Octal234255201271114753711443
Binary10011100101011010100101011110010011001111010111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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