#A82F3E

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

Shades of Guardsman Red #A82F3E

Tints of Guardsman Red #A82F3E

Color information

#A82F3E (or 0xA82F3E) is unknown color: approx Guardsman Red. HEX triplet: A8, 2F and 3E. RGB value is (168,47,62). Sum of RGB (Red+Green+Blue) = 168+47+62=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82F3E is #57D0C1. Grayscale: #545454. Windows color (decimal): -5755074 or 4075432. OLE color: 4075432.

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

Color convert

RGB1684762-
CMYK00.720.630.34
HSL352.56º56.28%42.16%-
HSV(B)352.56º72.02%65.88%-
XYZ18.0310.715.67-
YUV84.89115.09187.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.65%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=60.65%
G=16.97%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168476200.720.630.34352.5656.2842.16
HexA82F3E0483F22161382a
Octal2505776011077425417052
Binary1010100010111111111001001000111111100010101100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82F3E; }

 p { color: rgb(168,47,62); }

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

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

 a { background-color: rgb(168,47,62); }

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

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

 span { border-color: rgb(168,47,62); }

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