#90011B

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

Shades of Carmine #90011B

Tints of Carmine #90011B

Color information

#90011B (or 0x90011B) is unknown color: approx Carmine. HEX triplet: 90, 01 and 1B. RGB value is (144,1,27). Sum of RGB (Red+Green+Blue) = 144+1+27=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #90011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90011B is #6FFEE4. Grayscale: #2E2E2E. Windows color (decimal): -7339749 or 1769872. OLE color: 1769872.

HSL color Cylindrical-coordinate representation of color #90011B: hue angle of 349.09º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90011B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB144127-
CMYK00.990.810.44
HSL349.09º98.62%28.43%-
HSV(B)349.09º99.31%56.47%-
XYZ11.716.031.58-
YUV46.72116.88197.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 83.72%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=83.72%
G=0.58%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412700.990.810.44349.0998.6228.43
Hex9011B063512C15d631c
Octal22013301431215453514334
Binary10010000111011011000111010001101100101011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90011B; }

 p { color: rgb(144,1,27); }

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

<style>
 a { background-color: #90011B; }

 a { background-color: rgb(144,1,27); }

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

<style>
 span { border-color: #90011B; }

 span { border-color: rgb(144,1,27); }

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