Html Css Color HEX #901218 Carmine

📋 copy color: '#901218'

red 144 ◦ green 18 ◦ blue 24

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

Shades of Carmine #901218

Tints of Carmine #901218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 77.42%
G = 9.68%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#901218 (or 0x901218) is known color: Carmine. HEX triplet: 90, 12 and 18. RGB value is (144,18,24). Sum of RGB (Red+Green+Blue) = 144+18+24=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901218 is #6FEDE7. Grayscale: #383838. Windows color (decimal): -7335400 or 1577616. OLE color: 1577616.

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

Color convert

RGB 144 18 24 -
CMYK 0 0.88 0.83 0.44
HSL 357.14º 0.78% 0.32% -
HSV(B) 357.14º 0.88% 0.56% -
XYZ 11.88 6.43 1.48 -
YUV 56.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 144 18 24 0 0.88 0.83 0.44 357.14 0.78 0.32
Hex 90 12 18 0 58 53 2C 165 4E 20
Octal 220 22 30 0 130 123 54 545 116 40
Binary 10010000 10010 11000 0 1011000 1010011 101100 101100101 1001110 100000

Color Harmonies of #901218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901218

Black with #901218

Text Example


Text Example

White with #901218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901218; }

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

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

background-color css

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

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

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

border-color css

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

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

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