Html Css Color HEX #9B111F Carmine

📋 copy color: '#9B111F'

red 155 ◦ green 17 ◦ blue 31

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

Shades of Carmine #9B111F

Tints of Carmine #9B111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 76.35%
G = 8.37%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B111F (or 0x9B111F) is known color: Carmine. HEX triplet: 9B, 11 and 1F. RGB value is (155,17,31). Sum of RGB (Red+Green+Blue) = 155+17+31=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B111F is #64EEE0. Grayscale: #3B3B3B. Windows color (decimal): -6614753 or 2036123. OLE color: 2036123.

HSL color Cylindrical-coordinate representation of color #9B111F: hue angle of 353.91º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B111F is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 17 31 -
CMYK 0 0.89 0.8 0.39
HSL 353.91º 0.8% 0.34% -
HSV(B) 353.91º 0.89% 0.61% -
XYZ 13.97 7.47 2 -
YUV 59.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 155 17 31 0 0.89 0.8 0.39 353.91 0.8 0.34
Hex 9B 11 1F 0 59 50 27 162 50 22
Octal 233 21 37 0 131 120 47 542 120 42
Binary 10011011 10001 11111 0 1011001 1010000 100111 101100010 1010000 100010

Color Harmonies of #9B111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B111F

Black with #9B111F

Text Example


Text Example

White with #9B111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,31); }

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

background-color css

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

 a { background-color: rgb(155,17,31); }

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

border-color css

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

 span { border-color: rgb(155,17,31); }

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