Html Css Color HEX #9B0816 Carmine

📋 copy color: '#9B0816'

red 155 ◦ green 8 ◦ blue 22

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

Shades of Carmine #9B0816

Tints of Carmine #9B0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 83.78%
G = 4.32%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B0816 (or 0x9B0816) is known color: Carmine. HEX triplet: 9B, 08 and 16. RGB value is (155,8,22). Sum of RGB (Red+Green+Blue) = 155+8+22=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0816 is #64F7E9. Grayscale: #353535. Windows color (decimal): -6617066 or 1443995. OLE color: 1443995.

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

Color convert

RGB 155 8 22 -
CMYK 0 0.95 0.86 0.39
HSL 354.29º 0.9% 0.32% -
HSV(B) 354.29º 0.95% 0.61% -
XYZ 13.75 7.2 1.42 -
YUV 53.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 155 8 22 0 0.95 0.86 0.39 354.29 0.9 0.32
Hex 9B 8 16 0 5F 56 27 162 5A 20
Octal 233 10 26 0 137 126 47 542 132 40
Binary 10011011 1000 10110 0 1011111 1010110 100111 101100010 1011010 100000

Color Harmonies of #9B0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0816

Black with #9B0816

Text Example


Text Example

White with #9B0816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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