#993036

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

Shades of Guardsman Red #993036

Tints of Guardsman Red #993036

Color information

#993036 (or 0x993036) is unknown color: approx Guardsman Red. HEX triplet: 99, 30 and 36. RGB value is (153,48,54). Sum of RGB (Red+Green+Blue) = 153+48+54=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #993036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993036 is #66CFC9. Grayscale: #505050. Windows color (decimal): -6737866 or 3551385. OLE color: 3551385.

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

Color convert

RGB1534854-
CMYK00.690.650.4
HSL356.57º52.24%39.41%-
HSV(B)356.57º68.63%60%-
XYZ14.869.154.47-
YUV80.08113.29180.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=60%
G=18.82%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153485400.690.650.4356.5752.2439.41
Hex99303604541281653427
Octal23160660105101505456447
Binary10011001110000110110010001011000001101000101100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993036; }

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

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

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

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

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

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

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

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