#A43334

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

Shades of Guardsman Red #A43334

Tints of Guardsman Red #A43334

Color information

#A43334 (or 0xA43334) is unknown color: approx Guardsman Red. HEX triplet: A4, 33 and 34. RGB value is (164,51,52). Sum of RGB (Red+Green+Blue) = 164+51+52=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43334 is #5BCCCB. Grayscale: #555555. Windows color (decimal): -6016204 or 3421092. OLE color: 3421092.

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

Color convert

RGB1645152-
CMYK00.690.680.36
HSL359.47º52.56%42.16%-
HSV(B)359.47º68.9%64.31%-
XYZ17.1110.514.38-
YUV84.9109.44184.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=61.42%
G=19.10%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164515200.690.680.36359.4752.5642.16
HexA433340454424167352a
Octal24463640105104445476552
Binary10100100110011110100010001011000100100100101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43334; }

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

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

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

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

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

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

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

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