#9B0824

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

Shades of Carmine #9B0824

Tints of Carmine #9B0824

Color information

#9B0824 (or 0x9B0824) is unknown color: approx Carmine. HEX triplet: 9B, 08 and 24. RGB value is (155,8,36). Sum of RGB (Red+Green+Blue) = 155+8+36=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0824 is #64F7DB. Grayscale: #373737. Windows color (decimal): -6617052 or 2361499. OLE color: 2361499.

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

Color convert

RGB155836-
CMYK00.950.770.39
HSL348.57º90.18%31.96%-
HSV(B)348.57º94.84%60.78%-
XYZ13.927.272.34-
YUV55.14117.2199.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.89%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=77.89%
G=4.02%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15583600.950.770.39348.5790.1831.96
Hex9B82405F4D2715d5a20
Octal233104401371154753513240
Binary1001101110001001000101111110011011001111010111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,36); }

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

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

 a { background-color: rgb(155,8,36); }

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

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

 span { border-color: rgb(155,8,36); }

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