#A8303C

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

Shades of Guardsman Red #A8303C

Tints of Guardsman Red #A8303C

Color information

#A8303C (or 0xA8303C) is unknown color: approx Guardsman Red. HEX triplet: A8, 30 and 3C. RGB value is (168,48,60). Sum of RGB (Red+Green+Blue) = 168+48+60=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8303C is #57CFC3. Grayscale: #555555. Windows color (decimal): -5754820 or 3944616. OLE color: 3944616.

HSL color Cylindrical-coordinate representation of color #A8303C: hue angle of 354º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8303C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1684860-
CMYK00.710.640.34
HSL354º55.56%42.35%-
HSV(B)354º71.43%65.88%-
XYZ18.0210.765.4-
YUV85.25113.76187.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=60.87%
G=17.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168486000.710.640.3435455.5642.35
HexA8303C0474022162382a
Octal25060740107100425427052
Binary10101000110000111100010001111000000100010101100010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8303C; }

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

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

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

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

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

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

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

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