#9B1421

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

Shades of Carmine #9B1421

Tints of Carmine #9B1421

Color information

#9B1421 (or 0x9B1421) is unknown color: approx Carmine. HEX triplet: 9B, 14 and 21. RGB value is (155,20,33). Sum of RGB (Red+Green+Blue) = 155+20+33=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1421 is #64EBDE. Grayscale: #3D3D3D. Windows color (decimal): -6613983 or 2167963. OLE color: 2167963.

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

Color convert

RGB1552033-
CMYK00.870.790.39
HSL354.22º77.14%34.31%-
HSV(B)354.22º87.1%60.78%-
XYZ14.047.582.16-
YUV61.85111.73194.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.52%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=74.52%
G=9.62%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155203300.870.790.39354.2277.1434.31
Hex9B14210574F271624d22
Octal233244101271174754211542
Binary10011011101001000010101011110011111001111011000101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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