Html Css Color HEX #990712 Carmine

📋 copy color: '#990712'

red 153 ◦ green 7 ◦ blue 18

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

Shades of Carmine #990712

Tints of Carmine #990712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 85.96%
G = 3.93%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#990712 (or 0x990712) is known color: Carmine. HEX triplet: 99, 07 and 12. RGB value is (153,7,18). Sum of RGB (Red+Green+Blue) = 153+7+18=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #990712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990712 is #66F8ED. Grayscale: #343434. Windows color (decimal): -6748398 or 1181593. OLE color: 1181593.

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

Color convert

RGB 153 7 18 -
CMYK 0 0.95 0.88 0.4
HSL 355.48º 0.91% 0.31% -
HSV(B) 355.48º 0.95% 0.6% -
XYZ 13.32 6.97 1.22 -
YUV 51.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 153 7 18 0 0.95 0.88 0.4 355.48 0.91 0.31
Hex 99 7 12 0 5F 58 28 163 5B 1F
Octal 231 7 22 0 137 130 50 543 133 37
Binary 10011001 111 10010 0 1011111 1011000 101000 101100011 1011011 11111

Color Harmonies of #990712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990712

Black with #990712

Text Example


Text Example

White with #990712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990712; }

 p { color: rgb(153,7,18); }

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

background-color css

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

 a { background-color: rgb(153,7,18); }

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

border-color css

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

 span { border-color: rgb(153,7,18); }

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