Html Css Color HEX #900F17 Carmine

📋 copy color: '#900F17'

red 144 ◦ green 15 ◦ blue 23

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

Shades of Carmine #900F17

Tints of Carmine #900F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.24%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 79.12%
G = 8.24%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#900F17 (or 0x900F17) is known color: Carmine. HEX triplet: 90, 0F and 17. RGB value is (144,15,23). Sum of RGB (Red+Green+Blue) = 144+15+23=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #900F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F17 is #6FF0E8. Grayscale: #363636. Windows color (decimal): -7336169 or 1511312. OLE color: 1511312.

HSL color Cylindrical-coordinate representation of color #900F17: hue angle of 356.28º degrees, saturation: 0.81, 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 #900F17 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 23 -
CMYK 0 0.90 0.84 0.44
HSL 356.28º 0.81% 0.31% -
HSV(B) 356.28º 0.9% 0.56% -
XYZ 11.83 6.33 1.41 -
YUV 54.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 144 15 23 0 0.90 0.84 0.44 356.28 0.81 0.31
Hex 90 F 17 0 5A 54 2C 164 51 1F
Octal 220 17 27 0 132 124 54 544 121 37
Binary 10010000 1111 10111 0 1011010 1010100 101100 101100100 1010001 11111

Color Harmonies of #900F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F17

Black with #900F17

Text Example


Text Example

White with #900F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,15,23); }

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

background-color css

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

 a { background-color: rgb(144,15,23); }

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

border-color css

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

 span { border-color: rgb(144,15,23); }

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