#A3383C

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

Shades of Guardsman Red #A3383C

Tints of Guardsman Red #A3383C

Color information

#A3383C (or 0xA3383C) is unknown color: approx Guardsman Red. HEX triplet: A3, 38 and 3C. RGB value is (163,56,60). Sum of RGB (Red+Green+Blue) = 163+56+60=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3383C is #5CC7C3. Grayscale: #585858. Windows color (decimal): -6080452 or 3946659. OLE color: 3946659.

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

Color convert

RGB1635660-
CMYK00.660.630.36
HSL357.76º48.86%42.94%-
HSV(B)357.76º65.64%63.92%-
XYZ17.3310.945.47-
YUV88.45111.95181.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=58.42%
G=20.07%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163566000.660.630.36357.7648.8642.94
HexA3383C0423F24166312b
Octal2437074010277445466153
Binary1010001111100011110001000010111111100100101100110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3383C; }

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

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

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

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

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

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

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

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