Html Css Color HEX #9B1516 Carmine

📋 copy color: '#9B1516'

red 155 ◦ green 21 ◦ blue 22

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

Shades of Carmine #9B1516

Tints of Carmine #9B1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 78.28%
G = 10.61%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1516 (or 0x9B1516) is known color: Carmine. HEX triplet: 9B, 15 and 16. RGB value is (155,21,22). Sum of RGB (Red+Green+Blue) = 155+21+22=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1516 is #64EAE9. Grayscale: #3D3D3D. Windows color (decimal): -6613738 or 1447323. OLE color: 1447323.

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

Color convert

RGB 155 21 22 -
CMYK 0 0.86 0.86 0.39
HSL 359.55º 0.76% 0.35% -
HSV(B) 359.55º 0.86% 0.61% -
XYZ 13.93 7.56 1.48 -
YUV 61.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 155 21 22 0 0.86 0.86 0.39 359.55 0.76 0.35
Hex 9B 15 16 0 56 56 27 168 4C 23
Octal 233 25 26 0 126 126 47 550 114 43
Binary 10011011 10101 10110 0 1010110 1010110 100111 101101000 1001100 100011

Color Harmonies of #9B1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1516

Black with #9B1516

Text Example


Text Example

White with #9B1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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