Html Css Color HEX #9B0E12 Sangria

📋 copy color: '#9B0E12'

red 155 ◦ green 14 ◦ blue 18

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

Shades of Sangria #9B0E12

Tints of Sangria #9B0E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 82.89%
G = 7.49%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B0E12 (or 0x9B0E12) is known color: Sangria. HEX triplet: 9B, 0E and 12. RGB value is (155,14,18). Sum of RGB (Red+Green+Blue) = 155+14+18=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0E12 is #64F1ED. Grayscale: #383838. Windows color (decimal): -6615534 or 1183387. OLE color: 1183387.

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

Color convert

RGB 155 14 18 -
CMYK 0 0.91 0.88 0.39
HSL 358.3º 0.83% 0.33% -
HSV(B) 358.3º 0.91% 0.61% -
XYZ 13.78 7.33 1.26 -
YUV 56.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 155 14 18 0 0.91 0.88 0.39 358.3 0.83 0.33
Hex 9B E 12 0 5B 58 27 166 53 21
Octal 233 16 22 0 133 130 47 546 123 41
Binary 10011011 1110 10010 0 1011011 1011000 100111 101100110 1010011 100001

Color Harmonies of #9B0E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E12

Black with #9B0E12

Text Example


Text Example

White with #9B0E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,14,18); }

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

background-color css

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

 a { background-color: rgb(155,14,18); }

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

border-color css

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

 span { border-color: rgb(155,14,18); }

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