Html Css Color HEX #991024 Carmine

📋 copy color: '#991024'

red 153 ◦ green 16 ◦ blue 36

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

Shades of Carmine #991024

Tints of Carmine #991024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.56%

R = 74.63%
G = 7.8%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#991024 (or 0x991024) is known color: Carmine. HEX triplet: 99, 10 and 24. RGB value is (153,16,36). Sum of RGB (Red+Green+Blue) = 153+16+36=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #991024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991024 is #66EFDB. Grayscale: #3B3B3B. Windows color (decimal): -6746076 or 2363545. OLE color: 2363545.

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

Color convert

RGB 153 16 36 -
CMYK 0 0.90 0.76 0.4
HSL 351.24º 0.81% 0.33% -
HSV(B) 351.24º 0.9% 0.6% -
XYZ 13.64 7.27 2.35 -
YUV 59.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 153 16 36 0 0.90 0.76 0.4 351.24 0.81 0.33
Hex 99 10 24 0 5A 4C 28 15F 51 21
Octal 231 20 44 0 132 114 50 537 121 41
Binary 10011001 10000 100100 0 1011010 1001100 101000 101011111 1010001 100001

Color Harmonies of #991024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991024

Black with #991024

Text Example


Text Example

White with #991024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991024; }

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

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

background-color css

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

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

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

border-color css

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

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

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