#A33739

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

Shades of Guardsman Red #A33739

Tints of Guardsman Red #A33739

Color information

#A33739 (or 0xA33739) is unknown color: approx Guardsman Red. HEX triplet: A3, 37 and 39. RGB value is (163,55,57). Sum of RGB (Red+Green+Blue) = 163+55+57=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33739 is #5CC8C6. Grayscale: #575757. Windows color (decimal): -6080711 or 3749795. OLE color: 3749795.

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

Color convert

RGB1635557-
CMYK00.660.650.36
HSL358.89º49.54%42.75%-
HSV(B)358.89º66.26%63.92%-
XYZ17.2110.815.05-
YUV87.52110.78181.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=59.27%
G=20%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163555700.660.650.36358.8949.5442.75
HexA337390424124167322b
Octal24367710102101445476253
Binary10100011110111111001010000101000001100100101100111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33739; }

 p { color: rgb(163,55,57); }

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

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

 a { background-color: rgb(163,55,57); }

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

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

 span { border-color: rgb(163,55,57); }

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