#90122A

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

Shades of Carmine #90122A

Tints of Carmine #90122A

Color information

#90122A (or 0x90122A) is unknown color: approx Carmine. HEX triplet: 90, 12 and 2A. RGB value is (144,18,42). Sum of RGB (Red+Green+Blue) = 144+18+42=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #90122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90122A is #6FEDD5. Grayscale: #3A3A3A. Windows color (decimal): -7335382 or 2757264. OLE color: 2757264.

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

Color convert

RGB1441842-
CMYK00.880.710.44
HSL348.57º77.78%31.76%-
HSV(B)348.57º87.5%56.47%-
XYZ12.146.532.81-
YUV58.41118.74189.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.59%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=70.59%
G=8.82%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144184200.880.710.44348.5777.7831.76
Hex90122A058472C15d4e20
Octal220225201301075453511640
Binary10010000100101010100101100010001111011001010111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90122A; }

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

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

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

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

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

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

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

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