#A43335

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

Shades of Guardsman Red #A43335

Tints of Guardsman Red #A43335

Color information

#A43335 (or 0xA43335) is unknown color: approx Guardsman Red. HEX triplet: A4, 33 and 35. RGB value is (164,51,53). Sum of RGB (Red+Green+Blue) = 164+51+53=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A43335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43335 is #5BCCCA. Grayscale: #555555. Windows color (decimal): -6016203 or 3486628. OLE color: 3486628.

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

Color convert

RGB1645153-
CMYK00.690.680.36
HSL358.94º52.56%42.16%-
HSV(B)358.94º68.9%64.31%-
XYZ17.1410.524.5-
YUV85.02109.94184.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=61.19%
G=19.03%
B=19.78%

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
Decimal164515300.690.680.36358.9452.5642.16
HexA433350454424167352a
Octal24463650105104445476552
Binary10100100110011110101010001011000100100100101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43335; }

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

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

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

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

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

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

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

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