Html Css Color HEX #9B0815 Carmine

📋 copy color: '#9B0815'

red 155 ◦ green 8 ◦ blue 21

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

Shades of Carmine #9B0815

Tints of Carmine #9B0815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 84.24%
G = 4.35%
B = 11.41%

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

#9B0815 (or 0x9B0815) is known color: Carmine. HEX triplet: 9B, 08 and 15. RGB value is (155,8,21). Sum of RGB (Red+Green+Blue) = 155+8+21=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0815 is #64F7EA. Grayscale: #353535. Windows color (decimal): -6617067 or 1378459. OLE color: 1378459.

HSL color Cylindrical-coordinate representation of color #9B0815: hue angle of 354.69º 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 #9B0815 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 8 21 -
CMYK 0 0.95 0.86 0.39
HSL 354.69º 0.9% 0.32% -
HSV(B) 354.69º 0.95% 0.61% -
XYZ 13.74 7.2 1.37 -
YUV 53.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 155 8 21 0 0.95 0.86 0.39 354.69 0.9 0.32
Hex 9B 8 15 0 5F 56 27 163 5A 20
Octal 233 10 25 0 137 126 47 543 132 40
Binary 10011011 1000 10101 0 1011111 1010110 100111 101100011 1011010 100000

Color Harmonies of #9B0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0815

Black with #9B0815

Text Example


Text Example

White with #9B0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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