Html Css Color HEX #990B19 Carmine

📋 copy color: '#990B19'

red 153 ◦ green 11 ◦ blue 25

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

Shades of Carmine #990B19

Tints of Carmine #990B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.82%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 80.95%
G = 5.82%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#990B19 (or 0x990B19) is known color: Carmine. HEX triplet: 99, 0B and 19. RGB value is (153,11,25). Sum of RGB (Red+Green+Blue) = 153+11+25=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990B19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B19 is #66F4E6. Grayscale: #373737. Windows color (decimal): -6747367 or 1641369. OLE color: 1641369.

HSL color Cylindrical-coordinate representation of color #990B19: hue angle of 354.08º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B19 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 25 -
CMYK 0 0.93 0.84 0.4
HSL 354.08º 0.87% 0.32% -
HSV(B) 354.08º 0.93% 0.6% -
XYZ 13.43 7.08 1.58 -
YUV 55.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 153 11 25 0 0.93 0.84 0.4 354.08 0.87 0.32
Hex 99 B 19 0 5D 54 28 162 57 20
Octal 231 13 31 0 135 124 50 542 127 40
Binary 10011001 1011 11001 0 1011101 1010100 101000 101100010 1010111 100000

Color Harmonies of #990B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B19

Black with #990B19

Text Example


Text Example

White with #990B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,25); }

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

background-color css

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

 a { background-color: rgb(153,11,25); }

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

border-color css

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

 span { border-color: rgb(153,11,25); }

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