#9B0E1D

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

Shades of Carmine #9B0E1D

Tints of Carmine #9B0E1D

Color information

#9B0E1D (or 0x9B0E1D) is unknown color: approx Carmine. HEX triplet: 9B, 0E and 1D. RGB value is (155,14,29). Sum of RGB (Red+Green+Blue) = 155+14+29=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E1D is #64F1E2. Grayscale: #393939. Windows color (decimal): -6615523 or 1904283. OLE color: 1904283.

HSL color Cylindrical-coordinate representation of color #9B0E1D: hue angle of 353.62º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E1D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1551429-
CMYK00.910.810.39
HSL353.62º83.43%33.14%-
HSV(B)353.62º90.97%60.78%-
XYZ13.97.371.85-
YUV57.87111.71197.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 78.28%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=78.28%
G=7.07%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155142900.910.810.39353.6283.4333.14
Hex9BE1D05B51271625321
Octal233163501331214754212341
Binary100110111110111010101101110100011001111011000101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,29); }

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

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

 a { background-color: rgb(155,14,29); }

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

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

 span { border-color: rgb(155,14,29); }

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