Html Css Color HEX #990028 Carmine

📋 copy color: '#990028'

red 153 ◦ green 0 ◦ blue 40

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

Shades of Carmine #990028

Tints of Carmine #990028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 79.27%
G = 0%
B = 20.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#990028 (or 0x990028) is known color: Carmine. HEX triplet: 99, 00 and 28. RGB value is (153,0,40). Sum of RGB (Red+Green+Blue) = 153+0+40=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #990028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990028 is #66FFD7. Grayscale: #323232. Windows color (decimal): -6750168 or 2621593. OLE color: 2621593.

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

Color convert

RGB 153 0 40 -
CMYK 0 1 0.74 0.4
HSL 344.31º 1% 0.3% -
HSV(B) 344.31º 1% 0.6% -
XYZ 13.52 6.93 2.63 -
YUV 50.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 153 0 40 0 1 0.74 0.4 344.31 1 0.3
Hex 99 0 28 0 64 4A 28 158 64 1E
Octal 231 0 50 0 144 112 50 530 144 36
Binary 10011001 0 101000 0 1100100 1001010 101000 101011000 1100100 11110

Color Harmonies of #990028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990028

Black with #990028

Text Example


Text Example

White with #990028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990028; }

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

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

background-color css

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

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

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

border-color css

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

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

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