#A9383E

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

Shades of Guardsman Red #A9383E

Tints of Guardsman Red #A9383E

Color information

#A9383E (or 0xA9383E) is unknown color: approx Guardsman Red. HEX triplet: A9, 38 and 3E. RGB value is (169,56,62). Sum of RGB (Red+Green+Blue) = 169+56+62=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A9383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9383E is #56C7C1. Grayscale: #5A5A5A. Windows color (decimal): -5687234 or 4077737. OLE color: 4077737.

HSL color Cylindrical-coordinate representation of color #A9383E: hue angle of 356.81º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9383E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1695662-
CMYK00.670.630.34
HSL356.81º50.22%44.12%-
HSV(B)356.81º66.86%66.27%-
XYZ18.6511.615.82-
YUV90.47111.94184.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.89%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=58.89%
G=19.51%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169566200.670.630.34356.8150.2244.12
HexA9383E0433F22165322c
Octal2517076010377425456254
Binary1010100111100011111001000011111111100010101100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9383E; }

 p { color: rgb(169,56,62); }

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

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

 a { background-color: rgb(169,56,62); }

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

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

 span { border-color: rgb(169,56,62); }

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