#A4262C

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

Shades of Guardsman Red #A4262C

Tints of Guardsman Red #A4262C

Color information

#A4262C (or 0xA4262C) is unknown color: approx Guardsman Red. HEX triplet: A4, 26 and 2C. RGB value is (164,38,44). Sum of RGB (Red+Green+Blue) = 164+38+44=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A4262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4262C is #5BD9D3. Grayscale: #4C4C4C. Windows color (decimal): -6019540 or 2893476. OLE color: 2893476.

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

Color convert

RGB1643844-
CMYK00.770.730.36
HSL357.14º62.38%39.61%-
HSV(B)357.14º76.83%64.31%-
XYZ16.469.463.34-
YUV76.36109.74190.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=66.67%
G=15.45%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164384400.770.730.36357.1462.3839.61
HexA4262C04D49241653e28
Octal24446540115111445457650
Binary10100100100110101100010011011001001100100101100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4262C; }

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

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

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

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

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

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

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

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