Html Css Color HEX #901419 Carmine

📋 copy color: '#901419'

red 144 ◦ green 20 ◦ blue 25

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

Shades of Carmine #901419

Tints of Carmine #901419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 76.19%
G = 10.58%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#901419 (or 0x901419) is known color: Carmine. HEX triplet: 90, 14 and 19. RGB value is (144,20,25). Sum of RGB (Red+Green+Blue) = 144+20+25=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #901419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901419 is #6FEBE6. Grayscale: #393939. Windows color (decimal): -7334887 or 1643664. OLE color: 1643664.

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

Color convert

RGB 144 20 25 -
CMYK 0 0.86 0.83 0.44
HSL 357.58º 0.76% 0.32% -
HSV(B) 357.58º 0.86% 0.56% -
XYZ 11.93 6.5 1.55 -
YUV 57.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 144 20 25 0 0.86 0.83 0.44 357.58 0.76 0.32
Hex 90 14 19 0 56 53 2C 166 4C 20
Octal 220 24 31 0 126 123 54 546 114 40
Binary 10010000 10100 11001 0 1010110 1010011 101100 101100110 1001100 100000

Color Harmonies of #901419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901419

Black with #901419

Text Example


Text Example

White with #901419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901419; }

 p { color: rgb(144,20,25); }

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

background-color css

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

 a { background-color: rgb(144,20,25); }

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

border-color css

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

 span { border-color: rgb(144,20,25); }

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