Html Css Color HEX #990528 Carmine

📋 copy color: '#990528'

red 153 ◦ green 5 ◦ blue 40

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

Shades of Carmine #990528

Tints of Carmine #990528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 77.27%
G = 2.53%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#990528 (or 0x990528) is known color: Carmine. HEX triplet: 99, 05 and 28. RGB value is (153,5,40). Sum of RGB (Red+Green+Blue) = 153+5+40=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #990528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990528 is #66FAD7. Grayscale: #353535. Windows color (decimal): -6748888 or 2622873. OLE color: 2622873.

HSL color Cylindrical-coordinate representation of color #990528: hue angle of 345.81º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990528 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 40 -
CMYK 0 0.97 0.74 0.4
HSL 345.81º 0.94% 0.31% -
HSV(B) 345.81º 0.97% 0.6% -
XYZ 13.57 7.03 2.65 -
YUV 53.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 153 5 40 0 0.97 0.74 0.4 345.81 0.94 0.31
Hex 99 5 28 0 61 4A 28 15A 5E 1F
Octal 231 5 50 0 141 112 50 532 136 37
Binary 10011001 101 101000 0 1100001 1001010 101000 101011010 1011110 11111

Color Harmonies of #990528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990528

Black with #990528

Text Example


Text Example

White with #990528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990528; }

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

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

background-color css

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

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

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

border-color css

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

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

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