#9C0203

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

Shades of Sangria #9C0203

Tints of Sangria #9C0203

Color information

#9C0203 (or 0x9C0203) is unknown color: approx Sangria. HEX triplet: 9C, 02 and 03. RGB value is (156,2,3). Sum of RGB (Red+Green+Blue) = 156+2+3=161 (21% of max value = 765). Red value is 156 (61.33% from 255 or 96.89% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0203 is #63FDFC. Grayscale: #303030. Windows color (decimal): -6553085 or 197276. OLE color: 197276.

HSL color Cylindrical-coordinate representation of color #9C0203: hue angle of 359.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB15623-
CMYK00.990.980.39
HSL359.61º97.47%30.98%-
HSV(B)359.61º98.72%61.18%-
XYZ13.757.120.74-
YUV48.16102.52204.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 96.89%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=96.89%
G=1.24%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562300.990.980.39359.6197.4730.98
Hex9C230636227168611f
Octal2342301431424755014137
Binary100111001011011000111100010100111101101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,3); }

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

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

 a { background-color: rgb(156,2,3); }

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

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

 span { border-color: rgb(156,2,3); }

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