#AB383D

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

Shades of Guardsman Red #AB383D

Tints of Guardsman Red #AB383D

Color information

#AB383D (or 0xAB383D) is unknown color: approx Guardsman Red. HEX triplet: AB, 38 and 3D. RGB value is (171,56,61). Sum of RGB (Red+Green+Blue) = 171+56+61=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB383D is #54C7C2. Grayscale: #5B5B5B. Windows color (decimal): -5556163 or 4012203. OLE color: 4012203.

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

Color convert

RGB1715661-
CMYK00.670.640.33
HSL357.39º50.66%44.51%-
HSV(B)357.39º67.25%67.06%-
XYZ19.0511.825.69-
YUV90.96111.1185.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=59.38%
G=19.44%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171566100.670.640.33357.3950.6644.51
HexAB383D0434021165332d
Octal25370750103100415456355
Binary10101011111000111101010000111000000100001101100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB383D; }

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

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

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

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

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

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

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

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