#A43638

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

Shades of Guardsman Red #A43638

Tints of Guardsman Red #A43638

Color information

#A43638 (or 0xA43638) is unknown color: approx Guardsman Red. HEX triplet: A4, 36 and 38. RGB value is (164,54,56). Sum of RGB (Red+Green+Blue) = 164+54+56=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A43638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43638 is #5BC9C7. Grayscale: #575757. Windows color (decimal): -6015432 or 3684004. OLE color: 3684004.

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

Color convert

RGB1645456-
CMYK00.670.660.36
HSL358.91º50.46%42.75%-
HSV(B)358.91º67.07%64.31%-
XYZ17.3410.824.92-
YUV87.12110.44182.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.85%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=59.85%
G=19.71%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164545600.670.660.36358.9150.4642.75
HexA436380434224167322b
Octal24466700103102445476253
Binary10100100110110111000010000111000010100100101100111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43638; }

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

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

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

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

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

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

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

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