#A43438

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

Shades of Guardsman Red #A43438

Tints of Guardsman Red #A43438

Color information

#A43438 (or 0xA43438) is unknown color: approx Guardsman Red. HEX triplet: A4, 34 and 38. RGB value is (164,52,56). Sum of RGB (Red+Green+Blue) = 164+52+56=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A43438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43438 is #5BCBC7. Grayscale: #565656. Windows color (decimal): -6015944 or 3683492. OLE color: 3683492.

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

Color convert

RGB1645256-
CMYK00.680.660.36
HSL357.86º51.85%42.35%-
HSV(B)357.86º68.29%64.31%-
XYZ17.2510.634.88-
YUV85.94111.11183.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.29%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=60.29%
G=19.12%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164525600.680.660.36357.8651.8542.35
HexA434380444224166342a
Octal24464700104102445466452
Binary10100100110100111000010001001000010100100101100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43438; }

 p { color: rgb(164,52,56); }

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

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

 a { background-color: rgb(164,52,56); }

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

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

 span { border-color: rgb(164,52,56); }

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