#9C1A2D

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

Shades of Bright Red #9C1A2D

Tints of Bright Red #9C1A2D

Color information

#9C1A2D (or 0x9C1A2D) is unknown color: approx Bright Red. HEX triplet: 9C, 1A and 2D. RGB value is (156,26,45). Sum of RGB (Red+Green+Blue) = 156+26+45=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1A2D is #63E5D2. Grayscale: #434343. Windows color (decimal): -6546899 or 2955932. OLE color: 2955932.

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

Color convert

RGB1562645-
CMYK00.830.710.39
HSL351.23º71.43%35.69%-
HSV(B)351.23º83.33%61.18%-
XYZ14.5583.26-
YUV67.04115.57191.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.72%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=68.72%
G=11.45%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156264500.830.710.39351.2371.4335.69
Hex9C1A2D053472715f4724
Octal234325501231074753710744
Binary10011100110101011010101001110001111001111010111111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,45); }

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

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

 a { background-color: rgb(156,26,45); }

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

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

 span { border-color: rgb(156,26,45); }

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