#A4262A

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

Shades of Guardsman Red #A4262A

Tints of Guardsman Red #A4262A

Color information

#A4262A (or 0xA4262A) is unknown color: approx Guardsman Red. HEX triplet: A4, 26 and 2A. RGB value is (164,38,42). Sum of RGB (Red+Green+Blue) = 164+38+42=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4262A is #5BD9D5. Grayscale: #4C4C4C. Windows color (decimal): -6019542 or 2762404. OLE color: 2762404.

HSL color Cylindrical-coordinate representation of color #A4262A: hue angle of 358.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4262A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1643842-
CMYK00.770.740.36
HSL358.1º62.38%39.61%-
HSV(B)358.1º76.83%64.31%-
XYZ16.429.453.15-
YUV76.13108.74190.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.21%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=67.21%
G=15.57%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164384200.770.740.36358.162.3839.61
HexA4262A04D4A241663e28
Octal24446520115112445467650
Binary10100100100110101010010011011001010100100101100110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4262A; }

 p { color: rgb(164,38,42); }

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

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

 a { background-color: rgb(164,38,42); }

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

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

 span { border-color: rgb(164,38,42); }

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