#AB3238

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

Shades of Guardsman Red #AB3238

Tints of Guardsman Red #AB3238

Color information

#AB3238 (or 0xAB3238) is unknown color: approx Guardsman Red. HEX triplet: AB, 32 and 38. RGB value is (171,50,56). Sum of RGB (Red+Green+Blue) = 171+50+56=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3238 is #54CDC7. Grayscale: #565656. Windows color (decimal): -5557704 or 3682987. OLE color: 3682987.

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

Color convert

RGB1715056-
CMYK00.710.670.33
HSL357.02º54.75%43.33%-
HSV(B)357.02º70.76%67.06%-
XYZ18.6511.224.93-
YUV86.86110.59188.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=61.73%
G=18.05%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171505600.710.670.33357.0254.7543.33
HexAB32380474321165372b
Octal25362700107103415456753
Binary10101011110010111000010001111000011100001101100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3238; }

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

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

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

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

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

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

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

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