#9B181D

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

Shades of Carmine #9B181D

Tints of Carmine #9B181D

Color information

#9B181D (or 0x9B181D) is unknown color: approx Carmine. HEX triplet: 9B, 18 and 1D. RGB value is (155,24,29). Sum of RGB (Red+Green+Blue) = 155+24+29=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B181D is #64E7E2. Grayscale: #3F3F3F. Windows color (decimal): -6612963 or 1906843. OLE color: 1906843.

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

Color convert

RGB1552429-
CMYK00.850.810.39
HSL357.71º73.18%35.1%-
HSV(B)357.71º84.52%60.78%-
XYZ14.077.711.91-
YUV63.74108.4193.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.52%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=74.52%
G=11.54%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155242900.850.810.39357.7173.1835.1
Hex9B181D05551271664923
Octal233303501251214754611143
Binary1001101111000111010101010110100011001111011001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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