#9B0533

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

Shades of Carmine #9B0533

Tints of Carmine #9B0533

Color information

#9B0533 (or 0x9B0533) is unknown color: approx Carmine. HEX triplet: 9B, 05 and 33. RGB value is (155,5,51). Sum of RGB (Red+Green+Blue) = 155+5+51=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0533 is #64FACC. Grayscale: #373737. Windows color (decimal): -6617805 or 3343771. OLE color: 3343771.

HSL color Cylindrical-coordinate representation of color #9B0533: hue angle of 341.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0533 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB155551-
CMYK00.970.670.39
HSL341.6º93.75%31.37%-
HSV(B)341.6º96.77%60.78%-
XYZ14.177.323.8-
YUV55.09125.7199.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=73.46%
G=2.37%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15555100.970.670.39341.693.7531.37
Hex9B53306143271565e1f
Octal23356301411034752613637
Binary10011011101110011011000011000011100111101010110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,5,51); }

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

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

 a { background-color: rgb(155,5,51); }

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

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

 span { border-color: rgb(155,5,51); }

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