Html Css Color HEX #900418 Carmine

📋 copy color: '#900418'

red 144 ◦ green 4 ◦ blue 24

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

Shades of Carmine #900418

Tints of Carmine #900418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 83.72%
G = 2.33%
B = 13.95%

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

#900418 (or 0x900418) is known color: Carmine. HEX triplet: 90, 04 and 18. RGB value is (144,4,24). Sum of RGB (Red+Green+Blue) = 144+4+24=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900418 is #6FFBE7. Grayscale: #303030. Windows color (decimal): -7338984 or 1574032. OLE color: 1574032.

HSL color Cylindrical-coordinate representation of color #900418: hue angle of 351.43º degrees, saturation: 0.95, 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 #900418 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 24 -
CMYK 0 0.97 0.83 0.44
HSL 351.43º 0.95% 0.29% -
HSV(B) 351.43º 0.97% 0.56% -
XYZ 11.71 6.08 1.42 -
YUV 48.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 144 4 24 0 0.97 0.83 0.44 351.43 0.95 0.29
Hex 90 4 18 0 61 53 2C 15F 5F 1D
Octal 220 4 30 0 141 123 54 537 137 35
Binary 10010000 100 11000 0 1100001 1010011 101100 101011111 1011111 11101

Color Harmonies of #900418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900418

Black with #900418

Text Example


Text Example

White with #900418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900418; }

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

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

background-color css

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

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

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

border-color css

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

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

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