Html Css Color HEX #9B0A0C Sangria

📋 copy color: '#9B0A0C'

red 155 ◦ green 10 ◦ blue 12

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

Shades of Sangria #9B0A0C

Tints of Sangria #9B0A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.65%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 87.57%
G = 5.65%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B0A0C (or 0x9B0A0C) is known color: Sangria. HEX triplet: 9B, 0A and 0C. RGB value is (155,10,12). Sum of RGB (Red+Green+Blue) = 155+10+12=177 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.57% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0A0C is #64F5F3. Grayscale: #353535. Windows color (decimal): -6616564 or 789147. OLE color: 789147.

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

Color convert

RGB 155 10 12 -
CMYK 0 0.94 0.92 0.39
HSL 359.17º 0.88% 0.32% -
HSV(B) 359.17º 0.94% 0.61% -
XYZ 13.69 7.21 1.02 -
YUV 53.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 155 10 12 0 0.94 0.92 0.39 359.17 0.88 0.32
Hex 9B A C 0 5E 5C 27 167 58 20
Octal 233 12 14 0 136 134 47 547 130 40
Binary 10011011 1010 1100 0 1011110 1011100 100111 101100111 1011000 100000

Color Harmonies of #9B0A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A0C

Black with #9B0A0C

Text Example


Text Example

White with #9B0A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B0A0C;
 }
 .AnyTagClassName
 {
   color: #9B0A0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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