#A3383A

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

Shades of Guardsman Red #A3383A

Tints of Guardsman Red #A3383A

Color information

#A3383A (or 0xA3383A) is unknown color: approx Guardsman Red. HEX triplet: A3, 38 and 3A. RGB value is (163,56,58). Sum of RGB (Red+Green+Blue) = 163+56+58=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3383A is #5CC7C5. Grayscale: #585858. Windows color (decimal): -6080454 or 3815587. OLE color: 3815587.

HSL color Cylindrical-coordinate representation of color #A3383A: hue angle of 358.88º 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 #A3383A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1635658-
CMYK00.660.640.36
HSL358.88º48.86%42.94%-
HSV(B)358.88º65.64%63.92%-
XYZ17.2810.925.2-
YUV88.22110.95181.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=58.84%
G=20.22%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163565800.660.640.36358.8848.8642.94
HexA3383A0424024167312b
Octal24370720102100445476153
Binary10100011111000111010010000101000000100100101100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3383A; }

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

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

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

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

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

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

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

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