Html Css Color HEX #99131E Carmine

📋 copy color: '#99131E'

red 153 ◦ green 19 ◦ blue 30

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

Shades of Carmine #99131E

Tints of Carmine #99131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 75.74%
G = 9.41%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99131E (or 0x99131E) is known color: Carmine. HEX triplet: 99, 13 and 1E. RGB value is (153,19,30). Sum of RGB (Red+Green+Blue) = 153+19+30=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99131E is #66ECE1. Grayscale: #3C3C3C. Windows color (decimal): -6745314 or 1971097. OLE color: 1971097.

HSL color Cylindrical-coordinate representation of color #99131E: hue angle of 355.07º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99131E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 30 -
CMYK 0 0.88 0.80 0.4
HSL 355.07º 0.78% 0.34% -
HSV(B) 355.07º 0.88% 0.6% -
XYZ 13.6 7.33 1.93 -
YUV 60.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 153 19 30 0 0.88 0.80 0.4 355.07 0.78 0.34
Hex 99 13 1E 0 58 50 28 163 4E 22
Octal 231 23 36 0 130 120 50 543 116 42
Binary 10011001 10011 11110 0 1011000 1010000 101000 101100011 1001110 100010

Color Harmonies of #99131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99131E

Black with #99131E

Text Example


Text Example

White with #99131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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