#A92E3D

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

Shades of Guardsman Red #A92E3D

Tints of Guardsman Red #A92E3D

Color information

#A92E3D (or 0xA92E3D) is unknown color: approx Guardsman Red. HEX triplet: A9, 2E and 3D. RGB value is (169,46,61). Sum of RGB (Red+Green+Blue) = 169+46+61=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E3D is #56D1C2. Grayscale: #545454. Windows color (decimal): -5689795 or 4009641. OLE color: 4009641.

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

Color convert

RGB1694661-
CMYK00.730.640.34
HSL352.68º57.21%42.16%-
HSV(B)352.68º72.78%66.27%-
XYZ18.1810.735.53-
YUV84.49114.75188.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.23%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=61.23%
G=16.67%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169466100.730.640.34352.6857.2142.16
HexA92E3D0494022161392a
Octal25156750111100425417152
Binary10101001101110111101010010011000000100010101100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E3D; }

 p { color: rgb(169,46,61); }

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

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

 a { background-color: rgb(169,46,61); }

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

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

 span { border-color: rgb(169,46,61); }

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