#AB383C

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

Shades of Guardsman Red #AB383C

Tints of Guardsman Red #AB383C

Color information

#AB383C (or 0xAB383C) is unknown color: approx Guardsman Red. HEX triplet: AB, 38 and 3C. RGB value is (171,56,60). Sum of RGB (Red+Green+Blue) = 171+56+60=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB383C is #54C7C3. Grayscale: #5A5A5A. Windows color (decimal): -5556164 or 3946667. OLE color: 3946667.

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

Color convert

RGB1715660-
CMYK00.670.650.33
HSL357.91º50.66%44.51%-
HSV(B)357.91º67.25%67.06%-
XYZ19.0211.815.55-
YUV90.84110.6185.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=59.58%
G=19.51%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171566000.670.650.33357.9150.6644.51
HexAB383C0434121166332d
Octal25370740103101415466355
Binary10101011111000111100010000111000001100001101100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB383C; }

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

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

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

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

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

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

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

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