#901226

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

Shades of Carmine #901226

Tints of Carmine #901226

Color information

#901226 (or 0x901226) is unknown color: approx Carmine. HEX triplet: 90, 12 and 26. RGB value is (144,18,38). Sum of RGB (Red+Green+Blue) = 144+18+38=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #901226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901226 is #6FEDD9. Grayscale: #393939. Windows color (decimal): -7335386 or 2495120. OLE color: 2495120.

HSL color Cylindrical-coordinate representation of color #901226: hue angle of 350.48º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901226 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1441838-
CMYK00.880.740.44
HSL350.48º77.78%31.76%-
HSV(B)350.48º87.5%56.47%-
XYZ12.076.52.45-
YUV57.95116.74189.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 38 (15.23% from 255) = 19%
R=72%
G=9%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144183800.880.740.44350.4877.7831.76
Hex9012260584A2C15e4e20
Octal220224601301125453611640
Binary10010000100101001100101100010010101011001010111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901226; }

 p { color: rgb(144,18,38); }

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

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

 a { background-color: rgb(144,18,38); }

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

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

 span { border-color: rgb(144,18,38); }

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