#901222

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

Shades of Carmine #901222

Tints of Carmine #901222

Color information

#901222 (or 0x901222) is unknown color: approx Carmine. HEX triplet: 90, 12 and 22. RGB value is (144,18,34). Sum of RGB (Red+Green+Blue) = 144+18+34=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #901222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901222 is #6FEDDD. Grayscale: #393939. Windows color (decimal): -7335390 or 2232976. OLE color: 2232976.

HSL color Cylindrical-coordinate representation of color #901222: hue angle of 352.38º 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 #901222 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB1441834-
CMYK00.880.760.44
HSL352.38º77.78%31.76%-
HSV(B)352.38º87.5%56.47%-
XYZ12.016.482.13-
YUV57.5114.74189.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.47%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=73.47%
G=9.18%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144183400.880.760.44352.3877.7831.76
Hex9012220584C2C1604e20
Octal220224201301145454011640
Binary10010000100101000100101100010011001011001011000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901222; }

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

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

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

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

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

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

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

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