#A8333B

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

Shades of Guardsman Red #A8333B

Tints of Guardsman Red #A8333B

Color information

#A8333B (or 0xA8333B) is unknown color: approx Guardsman Red. HEX triplet: A8, 33 and 3B. RGB value is (168,51,59). Sum of RGB (Red+Green+Blue) = 168+51+59=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333B is #57CCC4. Grayscale: #565656. Windows color (decimal): -5754053 or 3879848. OLE color: 3879848.

HSL color Cylindrical-coordinate representation of color #A8333B: hue angle of 355.9º 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 #A8333B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1685159-
CMYK00.700.650.34
HSL355.9º53.42%42.94%-
HSV(B)355.9º69.64%65.88%-
XYZ18.1211.015.31-
YUV86.9112.26185.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.43%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=60.43%
G=18.35%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168515900.700.650.34355.953.4242.94
HexA8333B0464122164352b
Octal25063730106101425446553
Binary10101000110011111011010001101000001100010101100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8333B; }

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

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

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

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

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

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

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

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