#9B0A1D

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

Shades of Carmine #9B0A1D

Tints of Carmine #9B0A1D

Color information

#9B0A1D (or 0x9B0A1D) is unknown color: approx Carmine. HEX triplet: 9B, 0A and 1D. RGB value is (155,10,29). Sum of RGB (Red+Green+Blue) = 155+10+29=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A1D is #64F5E2. Grayscale: #373737. Windows color (decimal): -6616547 or 1903259. OLE color: 1903259.

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

Color convert

RGB1551029-
CMYK00.940.810.39
HSL352.14º87.88%32.35%-
HSV(B)352.14º93.55%60.78%-
XYZ13.857.271.84-
YUV55.52113.04198.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 79.90%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=79.90%
G=5.15%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155102900.940.810.39352.1487.8832.35
Hex9BA1D05E51271605820
Octal233123501361214754013040
Binary100110111010111010101111010100011001111011000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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