Html Css Color HEX #901018 Carmine

📋 copy color: '#901018'

red 144 ◦ green 16 ◦ blue 24

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

Shades of Carmine #901018

Tints of Carmine #901018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 78.26%
G = 8.7%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#901018 (or 0x901018) is known color: Carmine. HEX triplet: 90, 10 and 18. RGB value is (144,16,24). Sum of RGB (Red+Green+Blue) = 144+16+24=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #901018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901018 is #6FEFE7. Grayscale: #373737. Windows color (decimal): -7335912 or 1577104. OLE color: 1577104.

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

Color convert

RGB 144 16 24 -
CMYK 0 0.89 0.83 0.44
HSL 356.25º 0.8% 0.31% -
HSV(B) 356.25º 0.89% 0.56% -
XYZ 11.85 6.37 1.47 -
YUV 55.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 144 16 24 0 0.89 0.83 0.44 356.25 0.8 0.31
Hex 90 10 18 0 59 53 2C 164 50 1F
Octal 220 20 30 0 131 123 54 544 120 37
Binary 10010000 10000 11000 0 1011001 1010011 101100 101100100 1010000 11111

Color Harmonies of #901018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901018

Black with #901018

Text Example


Text Example

White with #901018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901018; }

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

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

background-color css

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

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

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

border-color css

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

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

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