Html Css Color HEX #990E26 Carmine

📋 copy color: '#990E26'

red 153 ◦ green 14 ◦ blue 38

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

Shades of Carmine #990E26

Tints of Carmine #990E26

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 74.63%
G = 6.83%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990E26 (or 0x990E26) is known color: Carmine. HEX triplet: 99, 0E and 26. RGB value is (153,14,38). Sum of RGB (Red+Green+Blue) = 153+14+38=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #990E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E26 is #66F1D9. Grayscale: #3A3A3A. Windows color (decimal): -6746586 or 2494105. OLE color: 2494105.

HSL color Cylindrical-coordinate representation of color #990E26: hue angle of 349.64º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E26 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 14 38 -
CMYK 0 0.91 0.75 0.4
HSL 349.64º 0.83% 0.33% -
HSV(B) 349.64º 0.91% 0.6% -
XYZ 13.64 7.23 2.51 -
YUV 58.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 153 14 38 0 0.91 0.75 0.4 349.64 0.83 0.33
Hex 99 E 26 0 5B 4B 28 15E 53 21
Octal 231 16 46 0 133 113 50 536 123 41
Binary 10011001 1110 100110 0 1011011 1001011 101000 101011110 1010011 100001

Color Harmonies of #990E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E26

Black with #990E26

Text Example


Text Example

White with #990E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990E26; }

 p { color: rgb(153,14,38); }

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

background-color css

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

 a { background-color: rgb(153,14,38); }

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

border-color css

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

 span { border-color: rgb(153,14,38); }

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