Html Css Color HEX #900518 Carmine

📋 copy color: '#900518'

red 144 ◦ green 5 ◦ blue 24

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

Shades of Carmine #900518

Tints of Carmine #900518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 83.24%
G = 2.89%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#900518 (or 0x900518) is known color: Carmine. HEX triplet: 90, 05 and 18. RGB value is (144,5,24). Sum of RGB (Red+Green+Blue) = 144+5+24=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #900518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900518 is #6FFAE7. Grayscale: #303030. Windows color (decimal): -7338728 or 1574288. OLE color: 1574288.

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

Color convert

RGB 144 5 24 -
CMYK 0 0.97 0.83 0.44
HSL 351.8º 0.93% 0.29% -
HSV(B) 351.8º 0.97% 0.56% -
XYZ 11.72 6.1 1.42 -
YUV 48.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 144 5 24 0 0.97 0.83 0.44 351.8 0.93 0.29
Hex 90 5 18 0 61 53 2C 160 5D 1D
Octal 220 5 30 0 141 123 54 540 135 35
Binary 10010000 101 11000 0 1100001 1010011 101100 101100000 1011101 11101

Color Harmonies of #900518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900518

Black with #900518

Text Example


Text Example

White with #900518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900518; }

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

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

background-color css

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

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

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

border-color css

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

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

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