#993039

Color #993039 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #993039

Tints of Guardsman Red #993039

Color information

#993039 (or 0x993039) is unknown color: approx Guardsman Red. HEX triplet: 99, 30 and 39. RGB value is (153,48,57). Sum of RGB (Red+Green+Blue) = 153+48+57=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993039 is #66CFC6. Grayscale: #505050. Windows color (decimal): -6737863 or 3747993. OLE color: 3747993.

HSL color Cylindrical-coordinate representation of color #993039: hue angle of 354.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993039 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1534857-
CMYK00.690.630.4
HSL354.86º52.24%39.41%-
HSV(B)354.86º68.63%60%-
XYZ14.939.184.86-
YUV80.42114.79179.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=59.30%
G=18.60%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153485700.690.630.4354.8652.2439.41
Hex9930390453F281633427
Octal2316071010577505436447
Binary1001100111000011100101000101111111101000101100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993039; }

 p { color: rgb(153,48,57); }

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

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

 a { background-color: rgb(153,48,57); }

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

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

 span { border-color: rgb(153,48,57); }

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