Html Css Color HEX #901124 Carmine

📋 copy color: '#901124'

red 144 ◦ green 17 ◦ blue 36

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

Shades of Carmine #901124

Tints of Carmine #901124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 73.1%
G = 8.63%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#901124 (or 0x901124) is known color: Carmine. HEX triplet: 90, 11 and 24. RGB value is (144,17,36). Sum of RGB (Red+Green+Blue) = 144+17+36=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #901124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901124 is #6FEEDB. Grayscale: #393939. Windows color (decimal): -7335644 or 2363792. OLE color: 2363792.

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

Color convert

RGB 144 17 36 -
CMYK 0 0.88 0.75 0.44
HSL 351.02º 0.79% 0.32% -
HSV(B) 351.02º 0.88% 0.56% -
XYZ 12.02 6.46 2.28 -
YUV 57.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 144 17 36 0 0.88 0.75 0.44 351.02 0.79 0.32
Hex 90 11 24 0 58 4B 2C 15F 4F 20
Octal 220 21 44 0 130 113 54 537 117 40
Binary 10010000 10001 100100 0 1011000 1001011 101100 101011111 1001111 100000

Color Harmonies of #901124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901124

Black with #901124

Text Example


Text Example

White with #901124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901124; }

 p { color: rgb(144,17,36); }

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

background-color css

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

 a { background-color: rgb(144,17,36); }

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

border-color css

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

 span { border-color: rgb(144,17,36); }

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