#AB3A3B

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

Shades of Guardsman Red #AB3A3B

Tints of Guardsman Red #AB3A3B

Color information

#AB3A3B (or 0xAB3A3B) is unknown color: approx Guardsman Red. HEX triplet: AB, 3A and 3B. RGB value is (171,58,59). Sum of RGB (Red+Green+Blue) = 171+58+59=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A3B is #54C5C4. Grayscale: #5C5C5C. Windows color (decimal): -5555653 or 3881643. OLE color: 3881643.

HSL color Cylindrical-coordinate representation of color #AB3A3B: hue angle of 359.47º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A3B is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1715859-
CMYK00.660.650.33
HSL359.47º49.34%44.9%-
HSV(B)359.47º66.08%67.06%-
XYZ19.1125.45-
YUV91.9109.44184.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=59.38%
G=20.14%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171585900.660.650.33359.4749.3444.9
HexAB3A3B0424121167312d
Octal25372730102101415476155
Binary10101011111010111011010000101000001100001101100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A3B; }

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

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

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

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

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

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

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

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