Html Css Color HEX #990017 Carmine

📋 copy color: '#990017'

red 153 ◦ green 0 ◦ blue 23

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

Shades of Carmine #990017

Tints of Carmine #990017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.93%
G = 0%
B = 13.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#990017 (or 0x990017) is known color: Carmine. HEX triplet: 99, 00 and 17. RGB value is (153,0,23). Sum of RGB (Red+Green+Blue) = 153+0+23=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #990017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990017 is #66FFE8. Grayscale: #303030. Windows color (decimal): -6750185 or 1507481. OLE color: 1507481.

HSL color Cylindrical-coordinate representation of color #990017: hue angle of 350.98º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990017 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 23 -
CMYK 0 1 0.85 0.4
HSL 350.98º 1% 0.3% -
HSV(B) 350.98º 1% 0.6% -
XYZ 13.29 6.83 1.43 -
YUV 48.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 153 0 23 0 1 0.85 0.4 350.98 1 0.3
Hex 99 0 17 0 64 55 28 15F 64 1E
Octal 231 0 27 0 144 125 50 537 144 36
Binary 10011001 0 10111 0 1100100 1010101 101000 101011111 1100100 11110

Color Harmonies of #990017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990017

Black with #990017

Text Example


Text Example

White with #990017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990017; }

 p { color: rgb(153,0,23); }

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

background-color css

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

 a { background-color: rgb(153,0,23); }

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

border-color css

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

 span { border-color: rgb(153,0,23); }

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