Html Css Color HEX #9B0C10 Sangria

📋 copy color: '#9B0C10'

red 155 ◦ green 12 ◦ blue 16

#9B0C10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #9B0C10

Tints of Sangria #9B0C10

RGB

 RED value IS 155 (60.94% from 255) = 84.7%

 GREEN value IS 12 (5.08% from 255) = 6.56%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 84.7%
G = 6.56%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B0C10 (or 0x9B0C10) is known color: 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

RGB 155 12 16 -
CMYK 0 0.92 0.90 0.39
HSL 358.32º 0.86% 0.33% -
HSV(B) 358.32º 0.92% 0.61% -
XYZ 13.74 7.27 1.17 -
YUV 55.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 155 12 16 0 0.92 0.90 0.39 358.32 0.86 0.33
Hex 9B C 10 0 5C 5A 27 166 56 21
Octal 233 14 20 0 134 132 47 546 126 41
Binary 10011011 1100 10000 0 1011100 1011010 100111 101100110 1010110 100001

Color Harmonies of #9B0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C10

Black with #9B0C10

Text Example


Text Example

White with #9B0C10

Text Example


Text Example

HTML Codes & Css Web 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>