#AB363B

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

Shades of Guardsman Red #AB363B

Tints of Guardsman Red #AB363B

Color information

#AB363B (or 0xAB363B) is unknown color: approx Guardsman Red. HEX triplet: AB, 36 and 3B. RGB value is (171,54,59). Sum of RGB (Red+Green+Blue) = 171+54+59=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB363B is #54C9C4. Grayscale: #595959. Windows color (decimal): -5556677 or 3880619. OLE color: 3880619.

HSL color Cylindrical-coordinate representation of color #AB363B: hue angle of 357.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB363B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1715459-
CMYK00.680.650.33
HSL357.44º52%44.12%-
HSV(B)357.44º68.42%67.06%-
XYZ18.911.615.38-
YUV89.55110.76186.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=60.21%
G=19.01%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171545900.680.650.33357.445244.12
HexAB363B0444121165342c
Octal25366730104101415456454
Binary10101011110110111011010001001000001100001101100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB363B; }

 p { color: rgb(171,54,59); }

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

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

 a { background-color: rgb(171,54,59); }

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

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

 span { border-color: rgb(171,54,59); }

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