#90051C

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

Shades of Carmine #90051C

Tints of Carmine #90051C

Color information

#90051C (or 0x90051C) is unknown color: approx Carmine. HEX triplet: 90, 05 and 1C. RGB value is (144,5,28). Sum of RGB (Red+Green+Blue) = 144+5+28=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #90051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90051C is #6FFAE3. Grayscale: #313131. Windows color (decimal): -7338724 or 1836432. OLE color: 1836432.

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

Color convert

RGB144528-
CMYK00.970.810.44
HSL350.07º93.29%29.22%-
HSV(B)350.07º96.53%56.47%-
XYZ11.776.121.66-
YUV49.18116.05195.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.36%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=81.36%
G=2.82%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14452800.970.810.44350.0793.2929.22
Hex9051C061512C15e5d1d
Octal22053401411215453613535
Binary1001000010111100011000011010001101100101011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90051C; }

 p { color: rgb(144,5,28); }

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

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

 a { background-color: rgb(144,5,28); }

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

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

 span { border-color: rgb(144,5,28); }

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