Html Css Color HEX #990613 Carmine

📋 copy color: '#990613'

red 153 ◦ green 6 ◦ blue 19

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

Shades of Carmine #990613

Tints of Carmine #990613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

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

R = 85.96%
G = 3.37%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#990613 (or 0x990613) is known color: Carmine. HEX triplet: 99, 06 and 13. RGB value is (153,6,19). Sum of RGB (Red+Green+Blue) = 153+6+19=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #990613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990613 is #66F9EC. Grayscale: #333333. Windows color (decimal): -6748653 or 1246873. OLE color: 1246873.

HSL color Cylindrical-coordinate representation of color #990613: hue angle of 354.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990613 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 19 -
CMYK 0 0.96 0.88 0.4
HSL 354.69º 0.92% 0.31% -
HSV(B) 354.69º 0.96% 0.6% -
XYZ 13.32 6.95 1.26 -
YUV 51.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 153 6 19 0 0.96 0.88 0.4 354.69 0.92 0.31
Hex 99 6 13 0 60 58 28 163 5C 1F
Octal 231 6 23 0 140 130 50 543 134 37
Binary 10011001 110 10011 0 1100000 1011000 101000 101100011 1011100 11111

Color Harmonies of #990613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990613

Black with #990613

Text Example


Text Example

White with #990613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990613; }

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

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

background-color css

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

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

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

border-color css

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

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

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