#9B0C10

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

Shades of Sangria #9B0C10

Tints of Sangria #9B0C10

Color information

#9B0C10 (or 0x9B0C10) is unknown color: approx Sangria. HEX triplet: 9B, 0C and 10. RGB value is (155,12,16). Sum of RGB (Red+Green+Blue) = 155+12+16=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0C10 is #64F3EF. Grayscale: #373737. Windows color (decimal): -6616048 or 1051803. OLE color: 1051803.

HSL color Cylindrical-coordinate representation of color #9B0C10: hue angle of 358.32º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1551216-
CMYK00.920.900.39
HSL358.32º85.63%32.75%-
HSV(B)358.32º92.26%60.78%-
XYZ13.747.271.17-
YUV55.21105.88199.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 84.70%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=84.70%
G=6.56%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155121600.920.900.39358.3285.6332.75
Hex9BC1005C5A271665621
Octal233142001341324754612641
Binary100110111100100000101110010110101001111011001101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,12,16); }

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

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

 a { background-color: rgb(155,12,16); }

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

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

 span { border-color: rgb(155,12,16); }

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