#AB383B

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

Shades of Guardsman Red #AB383B

Tints of Guardsman Red #AB383B

Color information

#AB383B (or 0xAB383B) is unknown color: approx Guardsman Red. HEX triplet: AB, 38 and 3B. RGB value is (171,56,59). Sum of RGB (Red+Green+Blue) = 171+56+59=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB383B is #54C7C4. Grayscale: #5A5A5A. Windows color (decimal): -5556165 or 3881131. OLE color: 3881131.

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

Color convert

RGB1715659-
CMYK00.670.650.33
HSL358.43º50.66%44.51%-
HSV(B)358.43º67.25%67.06%-
XYZ1911.85.41-
YUV90.73110.1185.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=59.79%
G=19.58%
B=20.63%

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
Decimal171565900.670.650.33358.4350.6644.51
HexAB383B0434121166332d
Octal25370730103101415466355
Binary10101011111000111011010000111000001100001101100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB383B; }

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

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

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

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

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

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

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

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