Html Css Color HEX #900E26 Carmine

📋 copy color: '#900E26'

red 144 ◦ green 14 ◦ blue 38

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

Shades of Carmine #900E26

Tints of Carmine #900E26

RGB

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

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

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

R = 73.47%
G = 7.14%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900E26 (or 0x900E26) is known color: Carmine. HEX triplet: 90, 0E and 26. RGB value is (144,14,38). Sum of RGB (Red+Green+Blue) = 144+14+38=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #900E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E26 is #6FF1D9. Grayscale: #373737. Windows color (decimal): -7336410 or 2494096. OLE color: 2494096.

HSL color Cylindrical-coordinate representation of color #900E26: hue angle of 348.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E26 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 14 38 -
CMYK 0 0.90 0.74 0.44
HSL 348.92º 0.82% 0.31% -
HSV(B) 348.92º 0.9% 0.56% -
XYZ 12.01 6.38 2.43 -
YUV 55.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 144 14 38 0 0.90 0.74 0.44 348.92 0.82 0.31
Hex 90 E 26 0 5A 4A 2C 15D 52 1F
Octal 220 16 46 0 132 112 54 535 122 37
Binary 10010000 1110 100110 0 1011010 1001010 101100 101011101 1010010 11111

Color Harmonies of #900E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900E26

Black with #900E26

Text Example


Text Example

White with #900E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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