Html Css Color HEX #991326 Carmine

📋 copy color: '#991326'

red 153 ◦ green 19 ◦ blue 38

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

Shades of Carmine #991326

Tints of Carmine #991326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 72.86%
G = 9.05%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#991326 (or 0x991326) is known color: Carmine. HEX triplet: 99, 13 and 26. RGB value is (153,19,38). Sum of RGB (Red+Green+Blue) = 153+19+38=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #991326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991326 is #66ECD9. Grayscale: #3D3D3D. Windows color (decimal): -6745306 or 2495385. OLE color: 2495385.

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

Color convert

RGB 153 19 38 -
CMYK 0 0.88 0.75 0.4
HSL 351.49º 0.78% 0.34% -
HSV(B) 351.49º 0.88% 0.6% -
XYZ 13.72 7.38 2.53 -
YUV 61.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 153 19 38 0 0.88 0.75 0.4 351.49 0.78 0.34
Hex 99 13 26 0 58 4B 28 15F 4E 22
Octal 231 23 46 0 130 113 50 537 116 42
Binary 10011001 10011 100110 0 1011000 1001011 101000 101011111 1001110 100010

Color Harmonies of #991326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991326

Black with #991326

Text Example


Text Example

White with #991326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991326; }

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

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

background-color css

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

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

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

border-color css

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

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

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