#9B1819

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

Shades of Carmine #9B1819

Tints of Carmine #9B1819

Color information

#9B1819 (or 0x9B1819) is unknown color: approx Carmine. HEX triplet: 9B, 18 and 19. RGB value is (155,24,25). Sum of RGB (Red+Green+Blue) = 155+24+25=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1819 is #64E7E6. Grayscale: #3F3F3F. Windows color (decimal): -6612967 or 1644699. OLE color: 1644699.

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

Color convert

RGB1552425-
CMYK00.850.840.39
HSL359.54º73.18%35.1%-
HSV(B)359.54º84.52%60.78%-
XYZ14.027.691.67-
YUV63.28106.4193.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 75.98%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=75.98%
G=11.76%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155242500.850.840.39359.5473.1835.1
Hex9B181905554271684923
Octal233303101251244755011143
Binary1001101111000110010101010110101001001111011010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,25); }

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

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

 a { background-color: rgb(155,24,25); }

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

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

 span { border-color: rgb(155,24,25); }

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