Html Css Color HEX #900018 Carmine

📋 copy color: '#900018'

red 144 ◦ green 0 ◦ blue 24

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

Shades of Carmine #900018

Tints of Carmine #900018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#900018 (or 0x900018) is known color: Carmine. HEX triplet: 90, 00 and 18. RGB value is (144,0,24). Sum of RGB (Red+Green+Blue) = 144+0+24=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900018 is #6FFFE7. Grayscale: #2D2D2D. Windows color (decimal): -7340008 or 1573008. OLE color: 1573008.

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

Color convert

RGB 144 0 24 -
CMYK 0 1 0.83 0.44
HSL 350º 1% 0.28% -
HSV(B) 350º 1% 0.56% -
XYZ 11.67 6 1.41 -
YUV 45.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 144 0 24 0 1 0.83 0.44 350 1 0.28
Hex 90 0 18 0 64 53 2C 15E 64 1C
Octal 220 0 30 0 144 123 54 536 144 34
Binary 10010000 0 11000 0 1100100 1010011 101100 101011110 1100100 11100

Color Harmonies of #900018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900018

Black with #900018

Text Example


Text Example

White with #900018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900018; }

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

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

background-color css

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

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

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

border-color css

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

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

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