#A8333C

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

Shades of Guardsman Red #A8333C

Tints of Guardsman Red #A8333C

Color information

#A8333C (or 0xA8333C) is unknown color: approx Guardsman Red. HEX triplet: A8, 33 and 3C. RGB value is (168,51,60). Sum of RGB (Red+Green+Blue) = 168+51+60=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333C is #57CCC3. Grayscale: #575757. Windows color (decimal): -5754052 or 3945384. OLE color: 3945384.

HSL color Cylindrical-coordinate representation of color #A8333C: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8333C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1685160-
CMYK00.700.640.34
HSL355.38º53.42%42.94%-
HSV(B)355.38º69.64%65.88%-
XYZ18.1511.025.45-
YUV87.01112.76185.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=60.22%
G=18.28%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168516000.700.640.34355.3853.4242.94
HexA8333C0464022163352b
Octal25063740106100425436553
Binary10101000110011111100010001101000000100010101100011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8333C; }

 p { color: rgb(168,51,60); }

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

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

 a { background-color: rgb(168,51,60); }

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

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

 span { border-color: rgb(168,51,60); }

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