Html Css Color HEX #9B1416 Carmine

📋 copy color: '#9B1416'

red 155 ◦ green 20 ◦ blue 22

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

Shades of Carmine #9B1416

Tints of Carmine #9B1416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 78.68%
G = 10.15%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1416 (or 0x9B1416) is known color: Carmine. HEX triplet: 9B, 14 and 16. RGB value is (155,20,22). Sum of RGB (Red+Green+Blue) = 155+20+22=197 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.68% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1416 is #64EBE9. Grayscale: #3C3C3C. Windows color (decimal): -6613994 or 1447067. OLE color: 1447067.

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

Color convert

RGB 155 20 22 -
CMYK 0 0.87 0.86 0.39
HSL 359.11º 0.77% 0.34% -
HSV(B) 359.11º 0.87% 0.61% -
XYZ 13.91 7.53 1.48 -
YUV 60.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 155 20 22 0 0.87 0.86 0.39 359.11 0.77 0.34
Hex 9B 14 16 0 57 56 27 167 4D 22
Octal 233 24 26 0 127 126 47 547 115 42
Binary 10011011 10100 10110 0 1010111 1010110 100111 101100111 1001101 100010

Color Harmonies of #9B1416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1416

Black with #9B1416

Text Example


Text Example

White with #9B1416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,22); }

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

background-color css

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

 a { background-color: rgb(155,20,22); }

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

border-color css

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

 span { border-color: rgb(155,20,22); }

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