#9C1D3A

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

Shades of Bright Red #9C1D3A

Tints of Bright Red #9C1D3A

Color information

#9C1D3A (or 0x9C1D3A) is unknown color: approx Bright Red. HEX triplet: 9C, 1D and 3A. RGB value is (156,29,58). Sum of RGB (Red+Green+Blue) = 156+29+58=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D3A is #63E2C5. Grayscale: #464646. Windows color (decimal): -6546118 or 3808668. OLE color: 3808668.

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

Color convert

RGB1562958-
CMYK00.810.630.39
HSL346.3º68.65%36.27%-
HSV(B)346.3º81.41%61.18%-
XYZ14.918.254.81-
YUV70.28121.08189.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 64.20%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=64.20%
G=11.93%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156295800.810.630.39346.368.6536.27
Hex9C1D3A0513F2715a4524
Octal23435720121774753210544
Binary1001110011101111010010100011111111001111010110101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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