Html Css Color HEX #9B0516 Carmine

📋 copy color: '#9B0516'

red 155 ◦ green 5 ◦ blue 22

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

Shades of Carmine #9B0516

Tints of Carmine #9B0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 85.16%
G = 2.75%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B0516 (or 0x9B0516) is known color: Carmine. HEX triplet: 9B, 05 and 16. RGB value is (155,5,22). Sum of RGB (Red+Green+Blue) = 155+5+22=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0516 is #64FAE9. Grayscale: #333333. Windows color (decimal): -6617834 or 1443227. OLE color: 1443227.

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

Color convert

RGB 155 5 22 -
CMYK 0 0.97 0.86 0.39
HSL 353.2º 0.94% 0.31% -
HSV(B) 353.2º 0.97% 0.61% -
XYZ 13.72 7.14 1.41 -
YUV 51.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 155 5 22 0 0.97 0.86 0.39 353.2 0.94 0.31
Hex 9B 5 16 0 61 56 27 161 5E 1F
Octal 233 5 26 0 141 126 47 541 136 37
Binary 10011011 101 10110 0 1100001 1010110 100111 101100001 1011110 11111

Color Harmonies of #9B0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0516

Black with #9B0516

Text Example


Text Example

White with #9B0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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