Html Css Color HEX #901016 Carmine

📋 copy color: '#901016'

red 144 ◦ green 16 ◦ blue 22

#901016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #901016

Tints of Carmine #901016

RGB

 RED value IS 144 (56.64% from 255) = 79.12%

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 79.12%
G = 8.79%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901016 (or 0x901016) is known color: Carmine. HEX triplet: 90, 10 and 16. RGB value is (144,16,22). Sum of RGB (Red+Green+Blue) = 144+16+22=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #901016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901016 is #6FEFE9. Grayscale: #373737. Windows color (decimal): -7335914 or 1446032. OLE color: 1446032.

HSL color Cylindrical-coordinate representation of color #901016: hue angle of 357.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901016 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 22 -
CMYK 0 0.89 0.85 0.44
HSL 357.19º 0.8% 0.31% -
HSV(B) 357.19º 0.89% 0.56% -
XYZ 11.83 6.36 1.36 -
YUV 54.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 144 16 22 0 0.89 0.85 0.44 357.19 0.8 0.31
Hex 90 10 16 0 59 55 2C 165 50 1F
Octal 220 20 26 0 131 125 54 545 120 37
Binary 10010000 10000 10110 0 1011001 1010101 101100 101100101 1010000 11111

Color Harmonies of #901016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901016

Black with #901016

Text Example


Text Example

White with #901016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901016; }

 p { color: rgb(144,16,22); }

 H1.HeaderClassName
 {
   color: #901016;
 }
 .AnyTagClassName
 {
   color: #901016;
 }
</style>

background-color css

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

 a { background-color: rgb(144,16,22); }

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

border-color css

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

 span { border-color: rgb(144,16,22); }

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