#A3383F

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

Shades of Guardsman Red #A3383F

Tints of Guardsman Red #A3383F

Color information

#A3383F (or 0xA3383F) is unknown color: approx Guardsman Red. HEX triplet: A3, 38 and 3F. RGB value is (163,56,63). Sum of RGB (Red+Green+Blue) = 163+56+63=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A3383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3383F is #5CC7C0. Grayscale: #585858. Windows color (decimal): -6080449 or 4143267. OLE color: 4143267.

HSL color Cylindrical-coordinate representation of color #A3383F: hue angle of 356.07º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3383F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1635663-
CMYK00.660.610.36
HSL356.07º48.86%42.94%-
HSV(B)356.07º65.64%63.92%-
XYZ17.4210.975.9-
YUV88.79113.45180.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 63 (25% from 255) = 22.34%
R=57.80%
G=19.86%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163566300.660.610.36356.0748.8642.94
HexA3383F0423D24164312b
Octal2437077010275445446153
Binary1010001111100011111101000010111101100100101100100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3383F; }

 p { color: rgb(163,56,63); }

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

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

 a { background-color: rgb(163,56,63); }

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

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

 span { border-color: rgb(163,56,63); }

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