#A83439

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

Shades of Guardsman Red #A83439

Tints of Guardsman Red #A83439

Color information

#A83439 (or 0xA83439) is unknown color: approx Guardsman Red. HEX triplet: A8, 34 and 39. RGB value is (168,52,57). Sum of RGB (Red+Green+Blue) = 168+52+57=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A83439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83439 is #57CBC6. Grayscale: #575757. Windows color (decimal): -5753799 or 3749032. OLE color: 3749032.

HSL color Cylindrical-coordinate representation of color #A83439: hue angle of 357.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83439 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1685257-
CMYK00.690.660.34
HSL357.41º52.73%43.14%-
HSV(B)357.41º69.05%65.88%-
XYZ18.1111.085.05-
YUV87.25110.93185.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.65%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=60.65%
G=18.77%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168525700.690.660.34357.4152.7343.14
HexA834390454222165352b
Octal25064710105102425456553
Binary10101000110100111001010001011000010100010101100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83439; }

 p { color: rgb(168,52,57); }

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

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

 a { background-color: rgb(168,52,57); }

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

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

 span { border-color: rgb(168,52,57); }

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