#A62733

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

Shades of Guardsman Red #A62733

Tints of Guardsman Red #A62733

Color information

#A62733 (or 0xA62733) is unknown color: approx Guardsman Red. HEX triplet: A6, 27 and 33. RGB value is (166,39,51). Sum of RGB (Red+Green+Blue) = 166+39+51=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A62733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62733 is #59D8CC. Grayscale: #4E4E4E. Windows color (decimal): -5888205 or 3352486. OLE color: 3352486.

HSL color Cylindrical-coordinate representation of color #A62733: hue angle of 354.33º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62733 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1663951-
CMYK00.770.690.35
HSL354.33º61.95%40.2%-
HSV(B)354.33º76.51%65.1%-
XYZ17.059.84.12-
YUV78.34112.58190.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=64.84%
G=15.23%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166395100.770.690.35354.3361.9540.2
HexA6273304D45231623e28
Octal24647630115105435427650
Binary10100110100111110011010011011000101100011101100010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62733; }

 p { color: rgb(166,39,51); }

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

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

 a { background-color: rgb(166,39,51); }

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

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

 span { border-color: rgb(166,39,51); }

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