#9B0433

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

Shades of Carmine #9B0433

Tints of Carmine #9B0433

Color information

#9B0433 (or 0x9B0433) is unknown color: approx Carmine. HEX triplet: 9B, 04 and 33. RGB value is (155,4,51). Sum of RGB (Red+Green+Blue) = 155+4+51=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0433 is #64FBCC. Grayscale: #363636. Windows color (decimal): -6618061 or 3343515. OLE color: 3343515.

HSL color Cylindrical-coordinate representation of color #9B0433: hue angle of 341.32º degrees, saturation: 0.95, 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 #9B0433 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB155451-
CMYK00.970.670.39
HSL341.32º94.97%31.18%-
HSV(B)341.32º97.42%60.78%-
XYZ14.167.293.79-
YUV54.51126.03199.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.81%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=73.81%
G=1.90%
B=24.29%

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
Decimal15545100.970.670.39341.3294.9731.18
Hex9B43306143271555f1f
Octal23346301411034752513737
Binary10011011100110011011000011000011100111101010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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