Html Css Color HEX #9B0817 Carmine

📋 copy color: '#9B0817'

red 155 ◦ green 8 ◦ blue 23

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

Shades of Carmine #9B0817

Tints of Carmine #9B0817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 83.33%
G = 4.3%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B0817 (or 0x9B0817) is known color: Carmine. HEX triplet: 9B, 08 and 17. RGB value is (155,8,23). Sum of RGB (Red+Green+Blue) = 155+8+23=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0817 is #64F7E8. Grayscale: #353535. Windows color (decimal): -6617065 or 1509531. OLE color: 1509531.

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

Color convert

RGB 155 8 23 -
CMYK 0 0.95 0.85 0.39
HSL 353.88º 0.9% 0.32% -
HSV(B) 353.88º 0.95% 0.61% -
XYZ 13.76 7.2 1.48 -
YUV 53.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 155 8 23 0 0.95 0.85 0.39 353.88 0.9 0.32
Hex 9B 8 17 0 5F 55 27 162 5A 20
Octal 233 10 27 0 137 125 47 542 132 40
Binary 10011011 1000 10111 0 1011111 1010101 100111 101100010 1011010 100000

Color Harmonies of #9B0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0817

Black with #9B0817

Text Example


Text Example

White with #9B0817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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