Html Css Color HEX #990013 Carmine

📋 copy color: '#990013'

red 153 ◦ green 0 ◦ blue 19

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

Shades of Carmine #990013

Tints of Carmine #990013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 88.95%
G = 0%
B = 11.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#990013 (or 0x990013) is known color: Carmine. HEX triplet: 99, 00 and 13. RGB value is (153,0,19). Sum of RGB (Red+Green+Blue) = 153+0+19=172 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.95% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 153 - color contains mainly: red. Hex color #990013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990013 is #66FFEC. Grayscale: #2F2F2F. Windows color (decimal): -6750189 or 1245337. OLE color: 1245337.

HSL color Cylindrical-coordinate representation of color #990013: hue angle of 352.55º 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 #990013 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 19 -
CMYK 0 1 0.88 0.4
HSL 352.55º 1% 0.3% -
HSV(B) 352.55º 1% 0.6% -
XYZ 13.25 6.82 1.23 -
YUV 47.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 153 0 19 0 1 0.88 0.4 352.55 1 0.3
Hex 99 0 13 0 64 58 28 161 64 1E
Octal 231 0 23 0 144 130 50 541 144 36
Binary 10011001 0 10011 0 1100100 1011000 101000 101100001 1100100 11110

Color Harmonies of #990013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990013

Black with #990013

Text Example


Text Example

White with #990013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990013; }

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

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

background-color css

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

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

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

border-color css

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

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

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