Html Css Color HEX #9B0517 Carmine

📋 copy color: '#9B0517'

red 155 ◦ green 5 ◦ blue 23

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

Shades of Carmine #9B0517

Tints of Carmine #9B0517

RGB

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

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

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

R = 84.7%
G = 2.73%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B0517 (or 0x9B0517) is known color: Carmine. HEX triplet: 9B, 05 and 17. RGB value is (155,5,23). Sum of RGB (Red+Green+Blue) = 155+5+23=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0517 is #64FAE8. Grayscale: #333333. Windows color (decimal): -6617833 or 1508763. OLE color: 1508763.

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

Color convert

RGB 155 5 23 -
CMYK 0 0.97 0.85 0.39
HSL 352.8º 0.94% 0.31% -
HSV(B) 352.8º 0.97% 0.61% -
XYZ 13.73 7.14 1.47 -
YUV 51.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 155 5 23 0 0.97 0.85 0.39 352.8 0.94 0.31
Hex 9B 5 17 0 61 55 27 161 5E 1F
Octal 233 5 27 0 141 125 47 541 136 37
Binary 10011011 101 10111 0 1100001 1010101 100111 101100001 1011110 11111

Color Harmonies of #9B0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0517

Black with #9B0517

Text Example


Text Example

White with #9B0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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