#9B0823

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

Shades of Carmine #9B0823

Tints of Carmine #9B0823

Color information

#9B0823 (or 0x9B0823) is unknown color: approx Carmine. HEX triplet: 9B, 08 and 23. RGB value is (155,8,35). Sum of RGB (Red+Green+Blue) = 155+8+35=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0823 is #64F7DC. Grayscale: #373737. Windows color (decimal): -6617053 or 2295963. OLE color: 2295963.

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

Color convert

RGB155835-
CMYK00.950.770.39
HSL348.98º90.18%31.96%-
HSV(B)348.98º94.84%60.78%-
XYZ13.917.262.26-
YUV55.03116.7199.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 78.28%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=78.28%
G=4.04%
B=17.68%

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
Decimal15583500.950.770.39348.9890.1831.96
Hex9B82305F4D2715d5a20
Octal233104301371154753513240
Binary1001101110001000110101111110011011001111010111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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