#993438

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

Shades of Guardsman Red #993438

Tints of Guardsman Red #993438

Color information

#993438 (or 0x993438) is unknown color: approx Guardsman Red. HEX triplet: 99, 34 and 38. RGB value is (153,52,56). Sum of RGB (Red+Green+Blue) = 153+52+56=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993438 is #66CBC7. Grayscale: #525252. Windows color (decimal): -6736840 or 3683481. OLE color: 3683481.

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

Color convert

RGB1535256-
CMYK00.660.630.4
HSL357.62º49.27%40.2%-
HSV(B)357.62º66.01%60%-
XYZ15.089.514.78-
YUV82.66112.96178.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=58.62%
G=19.92%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153525600.660.630.4357.6249.2740.2
Hex9934380423F281663128
Octal2316470010277505466150
Binary1001100111010011100001000010111111101000101100110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993438; }

 p { color: rgb(153,52,56); }

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

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

 a { background-color: rgb(153,52,56); }

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

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

 span { border-color: rgb(153,52,56); }

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