#AB3438

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

Shades of Guardsman Red #AB3438

Tints of Guardsman Red #AB3438

Color information

#AB3438 (or 0xAB3438) is unknown color: approx Guardsman Red. HEX triplet: AB, 34 and 38. RGB value is (171,52,56). Sum of RGB (Red+Green+Blue) = 171+52+56=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3438 is #54CBC7. Grayscale: #585858. Windows color (decimal): -5557192 or 3683499. OLE color: 3683499.

HSL color Cylindrical-coordinate representation of color #AB3438: hue angle of 357.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3438 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1715256-
CMYK00.700.670.33
HSL357.98º53.36%43.73%-
HSV(B)357.98º69.59%67.06%-
XYZ18.7411.44.95-
YUV88.04109.92187.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=61.29%
G=18.64%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171525600.700.670.33357.9853.3643.73
HexAB34380464321166352c
Octal25364700106103415466554
Binary10101011110100111000010001101000011100001101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3438; }

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

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

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

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

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

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

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

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