#A33640

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

Shades of Guardsman Red #A33640

Tints of Guardsman Red #A33640

Color information

#A33640 (or 0xA33640) is unknown color: approx Guardsman Red. HEX triplet: A3, 36 and 40. RGB value is (163,54,64). Sum of RGB (Red+Green+Blue) = 163+54+64=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A33640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33640 is #5CC9BF. Grayscale: #575757. Windows color (decimal): -6080960 or 4208291. OLE color: 4208291.

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

Color convert

RGB1635464-
CMYK00.670.610.36
HSL354.5º50.23%42.55%-
HSV(B)354.5º66.87%63.92%-
XYZ17.3510.86.02-
YUV87.73114.61181.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=58.01%
G=19.22%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163546400.670.610.36354.550.2342.55
HexA336400433D24162322b
Octal24366100010375445426253
Binary10100011110110100000001000011111101100100101100010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33640; }

 p { color: rgb(163,54,64); }

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

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

 a { background-color: rgb(163,54,64); }

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

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

 span { border-color: rgb(163,54,64); }

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