#900A1B

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

Shades of Carmine #900A1B

Tints of Carmine #900A1B

Color information

#900A1B (or 0x900A1B) is unknown color: approx Carmine. HEX triplet: 90, 0A and 1B. RGB value is (144,10,27). Sum of RGB (Red+Green+Blue) = 144+10+27=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #900A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A1B is #6FF5E4. Grayscale: #343434. Windows color (decimal): -7337445 or 1772176. OLE color: 1772176.

HSL color Cylindrical-coordinate representation of color #900A1B: hue angle of 352.39º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A1B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1441027-
CMYK00.930.810.44
HSL352.39º87.01%30.2%-
HSV(B)352.39º93.06%56.47%-
XYZ11.816.231.62-
YUV52113.89193.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 79.56%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=79.56%
G=5.52%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144102700.930.810.44352.3987.0130.2
Hex90A1B05D512C160571e
Octal220123301351215454012736
Binary10010000101011011010111011010001101100101100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900A1B; }

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

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

<style>
 a { background-color: #900A1B; }

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

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

<style>
 span { border-color: #900A1B; }

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

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