Html Css Color HEX #900115 Carmine

📋 copy color: '#900115'

red 144 ◦ green 1 ◦ blue 21

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

Shades of Carmine #900115

Tints of Carmine #900115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 86.75%
G = 0.6%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#900115 (or 0x900115) is known color: Carmine. HEX triplet: 90, 01 and 15. RGB value is (144,1,21). Sum of RGB (Red+Green+Blue) = 144+1+21=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900115 is #6FFEEA. Grayscale: #2E2E2E. Windows color (decimal): -7339755 or 1376656. OLE color: 1376656.

HSL color Cylindrical-coordinate representation of color #900115: hue angle of 351.61º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900115 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 21 -
CMYK 0 0.99 0.85 0.44
HSL 351.61º 0.99% 0.28% -
HSV(B) 351.61º 0.99% 0.56% -
XYZ 11.65 6.01 1.25 -
YUV 46.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 144 1 21 0 0.99 0.85 0.44 351.61 0.99 0.28
Hex 90 1 15 0 63 55 2C 160 63 1C
Octal 220 1 25 0 143 125 54 540 143 34
Binary 10010000 1 10101 0 1100011 1010101 101100 101100000 1100011 11100

Color Harmonies of #900115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900115

Black with #900115

Text Example


Text Example

White with #900115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900115; }

 p { color: rgb(144,1,21); }

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

background-color css

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

 a { background-color: rgb(144,1,21); }

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

border-color css

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

 span { border-color: rgb(144,1,21); }

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