#9B1419

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

Shades of Carmine #9B1419

Tints of Carmine #9B1419

Color information

#9B1419 (or 0x9B1419) is unknown color: approx Carmine. HEX triplet: 9B, 14 and 19. RGB value is (155,20,25). Sum of RGB (Red+Green+Blue) = 155+20+25=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1419 is #64EBE6. Grayscale: #3D3D3D. Windows color (decimal): -6613991 or 1643675. OLE color: 1643675.

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

Color convert

RGB1552025-
CMYK00.870.840.39
HSL357.78º77.14%34.31%-
HSV(B)357.78º87.1%60.78%-
XYZ13.947.541.64-
YUV60.93107.73195.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.5%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=77.5%
G=10%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155202500.870.840.39357.7877.1434.31
Hex9B141905754271664d22
Octal233243101271244754611542
Binary1001101110100110010101011110101001001111011001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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