Html Css Color HEX #990036 Carmine

📋 copy color: '#990036'

red 153 ◦ green 0 ◦ blue 54

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

Shades of Carmine #990036

Tints of Carmine #990036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 73.91%
G = 0%
B = 26.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#990036 (or 0x990036) is known color: Carmine. HEX triplet: 99, 00 and 36. RGB value is (153,0,54). Sum of RGB (Red+Green+Blue) = 153+0+54=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990036 is #66FFC9. Grayscale: #333333. Windows color (decimal): -6750154 or 3539097. OLE color: 3539097.

HSL color Cylindrical-coordinate representation of color #990036: hue angle of 338.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990036 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 54 -
CMYK 0 1 0.65 0.4
HSL 338.82º 1% 0.3% -
HSV(B) 338.82º 1% 0.6% -
XYZ 13.8 7.04 4.12 -
YUV 51.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 153 0 54 0 1 0.65 0.4 338.82 1 0.3
Hex 99 0 36 0 64 41 28 153 64 1E
Octal 231 0 66 0 144 101 50 523 144 36
Binary 10011001 0 110110 0 1100100 1000001 101000 101010011 1100100 11110

Color Harmonies of #990036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990036

Black with #990036

Text Example


Text Example

White with #990036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990036; }

 p { color: rgb(153,0,54); }

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

background-color css

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

 a { background-color: rgb(153,0,54); }

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

border-color css

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

 span { border-color: rgb(153,0,54); }

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