#AB363E

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

Shades of Guardsman Red #AB363E

Tints of Guardsman Red #AB363E

Color information

#AB363E (or 0xAB363E) is unknown color: approx Guardsman Red. HEX triplet: AB, 36 and 3E. RGB value is (171,54,62). Sum of RGB (Red+Green+Blue) = 171+54+62=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB363E is #54C9C1. Grayscale: #595959. Windows color (decimal): -5556674 or 4077227. OLE color: 4077227.

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

Color convert

RGB1715462-
CMYK00.680.640.33
HSL355.9º52%44.12%-
HSV(B)355.9º68.42%67.06%-
XYZ18.9811.645.8-
YUV89.9112.26185.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=59.58%
G=18.82%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171546200.680.640.33355.95244.12
HexAB363E0444021164342c
Octal25366760104100415446454
Binary10101011110110111110010001001000000100001101100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB363E; }

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

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

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

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

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

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

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

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