#990D28

Color #990D28 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #990D28

Tints of Carmine #990D28

Color information

#990D28 (or 0x990D28) is unknown color: approx Carmine. HEX triplet: 99, 0D and 28. RGB value is (153,13,40). Sum of RGB (Red+Green+Blue) = 153+13+40=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D28 is #66F2D7. Grayscale: #393939. Windows color (decimal): -6746840 or 2624921. OLE color: 2624921.

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

Color convert

RGB1531340-
CMYK00.920.740.4
HSL348.43º84.34%32.55%-
HSV(B)348.43º91.5%60%-
XYZ13.667.212.68-
YUV57.94117.88195.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=74.27%
G=6.31%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153134000.920.740.4348.4384.3432.55
Hex99D2805C4A2815c5421
Octal231155001341125053412441
Binary1001100111011010000101110010010101010001010111001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #990D28;
 }
 .AnyTagClassName
 {
   color: #990D28;
 }
</style>
background-color css

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

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

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

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

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

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