#993133

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

Shades of Guardsman Red #993133

Tints of Guardsman Red #993133

Color information

#993133 (or 0x993133) is unknown color: approx Guardsman Red. HEX triplet: 99, 31 and 33. RGB value is (153,49,51). Sum of RGB (Red+Green+Blue) = 153+49+51=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993133 is #66CECC. Grayscale: #505050. Windows color (decimal): -6737613 or 3355033. OLE color: 3355033.

HSL color Cylindrical-coordinate representation of color #993133: hue angle of 358.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993133 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1534951-
CMYK00.680.670.4
HSL358.85º51.49%39.61%-
HSV(B)358.85º67.97%60%-
XYZ14.839.214.13-
YUV80.32111.46179.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=60.47%
G=19.37%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153495100.680.670.4358.8551.4939.61
Hex99313304443281673328
Octal23161630104103505476350
Binary10011001110001110011010001001000011101000101100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993133; }

 p { color: rgb(153,49,51); }

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

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

 a { background-color: rgb(153,49,51); }

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

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

 span { border-color: rgb(153,49,51); }

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