Html Css Color HEX #901318 Carmine

📋 copy color: '#901318'

red 144 ◦ green 19 ◦ blue 24

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

Shades of Carmine #901318

Tints of Carmine #901318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 77.01%
G = 10.16%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#901318 (or 0x901318) is known color: Carmine. HEX triplet: 90, 13 and 18. RGB value is (144,19,24). Sum of RGB (Red+Green+Blue) = 144+19+24=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #901318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901318 is #6FECE7. Grayscale: #393939. Windows color (decimal): -7335144 or 1577872. OLE color: 1577872.

HSL color Cylindrical-coordinate representation of color #901318: hue angle of 357.6º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901318 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 24 -
CMYK 0 0.87 0.83 0.44
HSL 357.6º 0.77% 0.32% -
HSV(B) 357.6º 0.87% 0.56% -
XYZ 11.9 6.46 1.48 -
YUV 56.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 144 19 24 0 0.87 0.83 0.44 357.6 0.77 0.32
Hex 90 13 18 0 57 53 2C 166 4D 20
Octal 220 23 30 0 127 123 54 546 115 40
Binary 10010000 10011 11000 0 1010111 1010011 101100 101100110 1001101 100000

Color Harmonies of #901318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901318

Black with #901318

Text Example


Text Example

White with #901318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901318; }

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

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

background-color css

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

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

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

border-color css

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

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

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