Html Css Color HEX #991029 Carmine

📋 copy color: '#991029'

red 153 ◦ green 16 ◦ blue 41

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

Shades of Carmine #991029

Tints of Carmine #991029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 72.86%
G = 7.62%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#991029 (or 0x991029) is known color: Carmine. HEX triplet: 99, 10 and 29. RGB value is (153,16,41). Sum of RGB (Red+Green+Blue) = 153+16+41=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #991029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991029 is #66EFD6. Grayscale: #3B3B3B. Windows color (decimal): -6746071 or 2691225. OLE color: 2691225.

HSL color Cylindrical-coordinate representation of color #991029: hue angle of 349.05º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991029 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 41 -
CMYK 0 0.90 0.73 0.4
HSL 349.05º 0.81% 0.33% -
HSV(B) 349.05º 0.9% 0.6% -
XYZ 13.72 7.3 2.78 -
YUV 59.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 153 16 41 0 0.90 0.73 0.4 349.05 0.81 0.33
Hex 99 10 29 0 5A 49 28 15D 51 21
Octal 231 20 51 0 132 111 50 535 121 41
Binary 10011001 10000 101001 0 1011010 1001001 101000 101011101 1010001 100001

Color Harmonies of #991029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991029

Black with #991029

Text Example


Text Example

White with #991029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991029; }

 p { color: rgb(153,16,41); }

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

background-color css

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

 a { background-color: rgb(153,16,41); }

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

border-color css

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

 span { border-color: rgb(153,16,41); }

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