#9B1523

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

Shades of Carmine #9B1523

Tints of Carmine #9B1523

Color information

#9B1523 (or 0x9B1523) is unknown color: approx Carmine. HEX triplet: 9B, 15 and 23. RGB value is (155,21,35). Sum of RGB (Red+Green+Blue) = 155+21+35=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1523 is #64EADC. Grayscale: #3E3E3E. Windows color (decimal): -6613725 or 2299291. OLE color: 2299291.

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

Color convert

RGB1552135-
CMYK00.860.770.39
HSL353.73º76.14%34.51%-
HSV(B)353.73º86.45%60.78%-
XYZ14.097.632.32-
YUV62.66112.39193.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=73.46%
G=9.95%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155213500.860.770.39353.7376.1434.51
Hex9B15230564D271624c23
Octal233254301261154754211443
Binary10011011101011000110101011010011011001111011000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,35); }

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

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

 a { background-color: rgb(155,21,35); }

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

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

 span { border-color: rgb(155,21,35); }

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