Html Css Color HEX #99131A Carmine

📋 copy color: '#99131A'

red 153 ◦ green 19 ◦ blue 26

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

Shades of Carmine #99131A

Tints of Carmine #99131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 77.27%
G = 9.6%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99131A (or 0x99131A) is known color: Carmine. HEX triplet: 99, 13 and 1A. RGB value is (153,19,26). Sum of RGB (Red+Green+Blue) = 153+19+26=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #99131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99131A is #66ECE5. Grayscale: #3B3B3B. Windows color (decimal): -6745318 or 1708953. OLE color: 1708953.

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

Color convert

RGB 153 19 26 -
CMYK 0 0.88 0.83 0.4
HSL 356.87º 0.78% 0.34% -
HSV(B) 356.87º 0.88% 0.6% -
XYZ 13.56 7.31 1.67 -
YUV 59.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 153 19 26 0 0.88 0.83 0.4 356.87 0.78 0.34
Hex 99 13 1A 0 58 53 28 165 4E 22
Octal 231 23 32 0 130 123 50 545 116 42
Binary 10011001 10011 11010 0 1011000 1010011 101000 101100101 1001110 100010

Color Harmonies of #99131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99131A

Black with #99131A

Text Example


Text Example

White with #99131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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