#9b0017

Color #9B0017 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9B0017

Tints of Carmine #9B0017

Color information

#9B0017 (or 0x9B0017) is unknown color: approx Carmine. HEX triplet: 9B, 00 and 17. RGB value is (155,0,23). Sum of RGB (Red+Green+Blue) = 155+0+23=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0017 is #64FFE8. Grayscale: #313131. Windows color (decimal): -6619113 or 1507483. OLE color: 1507483.

HSL color Cylindrical-coordinate representation of color #9B0017: hue angle of 351.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0017 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB155023-
CMYK010.850.39
HSL351.1º100%30.39%-
HSV(B)351.1º100%60.78%-
XYZ13.677.031.45-
YUV48.97113.35203.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 87.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=87.08%
G=0%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155023010.850.39351.110030.39
Hex9B017064552715f641e
Octal23302701441254753714436
Binary10011011010111011001001010101100111101011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b0017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9b0017;
 }
 .AnyTagClassName
 {
   color: #9b0017;
 }
</style>
background-color css

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

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

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

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

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

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