#AB383A

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

Shades of Guardsman Red #AB383A

Tints of Guardsman Red #AB383A

Color information

#AB383A (or 0xAB383A) is unknown color: approx Guardsman Red. HEX triplet: AB, 38 and 3A. RGB value is (171,56,58). Sum of RGB (Red+Green+Blue) = 171+56+58=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB383A is #54C7C5. Grayscale: #5A5A5A. Windows color (decimal): -5556166 or 3815595. OLE color: 3815595.

HSL color Cylindrical-coordinate representation of color #AB383A: hue angle of 358.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB383A is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1715658-
CMYK00.670.660.33
HSL358.96º50.66%44.51%-
HSV(B)358.96º67.25%67.06%-
XYZ18.9711.795.28-
YUV90.61109.6185.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=60%
G=19.65%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171565800.670.660.33358.9650.6644.51
HexAB383A0434221167332d
Octal25370720103102415476355
Binary10101011111000111010010000111000010100001101100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB383A; }

 p { color: rgb(171,56,58); }

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

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

 a { background-color: rgb(171,56,58); }

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

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

 span { border-color: rgb(171,56,58); }

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