Html Css Color HEX #990D24 Carmine

📋 copy color: '#990D24'

red 153 ◦ green 13 ◦ blue 36

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

Shades of Carmine #990D24

Tints of Carmine #990D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.44%

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

R = 75.74%
G = 6.44%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#990D24 (or 0x990D24) is known color: Carmine. HEX triplet: 99, 0D and 24. RGB value is (153,13,36). Sum of RGB (Red+Green+Blue) = 153+13+36=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #990D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D24 is #66F2DB. Grayscale: #393939. Windows color (decimal): -6746844 or 2362777. OLE color: 2362777.

HSL color Cylindrical-coordinate representation of color #990D24: hue angle of 350.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D24 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 13 36 -
CMYK 0 0.92 0.76 0.4
HSL 350.14º 0.84% 0.33% -
HSV(B) 350.14º 0.92% 0.6% -
XYZ 13.6 7.19 2.34 -
YUV 57.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 153 13 36 0 0.92 0.76 0.4 350.14 0.84 0.33
Hex 99 D 24 0 5C 4C 28 15E 54 21
Octal 231 15 44 0 134 114 50 536 124 41
Binary 10011001 1101 100100 0 1011100 1001100 101000 101011110 1010100 100001

Color Harmonies of #990D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D24

Black with #990D24

Text Example


Text Example

White with #990D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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