Html Css Color HEX #9B0813 Carmine

📋 copy color: '#9B0813'

red 155 ◦ green 8 ◦ blue 19

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

Shades of Carmine #9B0813

Tints of Carmine #9B0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 85.16%
G = 4.4%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B0813 (or 0x9B0813) is known color: Carmine. HEX triplet: 9B, 08 and 13. RGB value is (155,8,19). Sum of RGB (Red+Green+Blue) = 155+8+19=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0813 is #64F7EC. Grayscale: #353535. Windows color (decimal): -6617069 or 1247387. OLE color: 1247387.

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

Color convert

RGB 155 8 19 -
CMYK 0 0.95 0.88 0.39
HSL 355.51º 0.9% 0.32% -
HSV(B) 355.51º 0.95% 0.61% -
XYZ 13.72 7.19 1.28 -
YUV 53.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 155 8 19 0 0.95 0.88 0.39 355.51 0.9 0.32
Hex 9B 8 13 0 5F 58 27 164 5A 20
Octal 233 10 23 0 137 130 47 544 132 40
Binary 10011011 1000 10011 0 1011111 1011000 100111 101100100 1011010 100000

Color Harmonies of #9B0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0813

Black with #9B0813

Text Example


Text Example

White with #9B0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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