#a4252d

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

Shades of Guardsman Red #A4252D

Tints of Guardsman Red #A4252D

Color information

#A4252D (or 0xA4252D) is unknown color: approx Guardsman Red. HEX triplet: A4, 25 and 2D. RGB value is (164,37,45). Sum of RGB (Red+Green+Blue) = 164+37+45=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A4252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4252D is #5BDAD2. Grayscale: #4B4B4B. Windows color (decimal): -6019795 or 2958756. OLE color: 2958756.

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

Color convert

RGB1643745-
CMYK00.770.730.36
HSL356.22º63.18%39.41%-
HSV(B)356.22º77.44%64.31%-
XYZ16.459.413.43-
YUV75.88110.58190.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=66.67%
G=15.04%
B=18.29%

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
Decimal164374500.770.730.36356.2263.1839.41
HexA4252D04D49241643f27
Octal24445550115111445447747
Binary10100100100101101101010011011001001100100101100100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4252d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4252d; }

 p { color: rgb(164,37,45); }

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

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

 a { background-color: rgb(164,37,45); }

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

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

 span { border-color: rgb(164,37,45); }

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