Html Css Color HEX #990418 Carmine

📋 copy color: '#990418'

red 153 ◦ green 4 ◦ blue 24

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

Shades of Carmine #990418

Tints of Carmine #990418

RGB

 RED value IS 153 (60.16% from 255) = 84.53%

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

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

R = 84.53%
G = 2.21%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#990418 (or 0x990418) is known color: Carmine. HEX triplet: 99, 04 and 18. RGB value is (153,4,24). Sum of RGB (Red+Green+Blue) = 153+4+24=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #990418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990418 is #66FBE7. Grayscale: #323232. Windows color (decimal): -6749160 or 1574041. OLE color: 1574041.

HSL color Cylindrical-coordinate representation of color #990418: hue angle of 351.95º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990418 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 24 -
CMYK 0 0.97 0.84 0.4
HSL 351.95º 0.95% 0.31% -
HSV(B) 351.95º 0.97% 0.6% -
XYZ 13.35 6.93 1.5 -
YUV 50.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 153 4 24 0 0.97 0.84 0.4 351.95 0.95 0.31
Hex 99 4 18 0 61 54 28 160 5F 1F
Octal 231 4 30 0 141 124 50 540 137 37
Binary 10011001 100 11000 0 1100001 1010100 101000 101100000 1011111 11111

Color Harmonies of #990418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990418

Black with #990418

Text Example


Text Example

White with #990418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990418; }

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

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

background-color css

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

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

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

border-color css

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

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

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