#AB3A3D

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

Shades of Guardsman Red #AB3A3D

Tints of Guardsman Red #AB3A3D

Color information

#AB3A3D (or 0xAB3A3D) is unknown color: approx Guardsman Red. HEX triplet: AB, 3A and 3D. RGB value is (171,58,61). Sum of RGB (Red+Green+Blue) = 171+58+61=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A3D is #54C5C2. Grayscale: #5C5C5C. Windows color (decimal): -5555651 or 4012715. OLE color: 4012715.

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

Color convert

RGB1715861-
CMYK00.660.640.33
HSL358.41º49.34%44.9%-
HSV(B)358.41º66.08%67.06%-
XYZ19.1512.025.73-
YUV92.13110.44184.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=58.97%
G=20%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171586100.660.640.33358.4149.3444.9
HexAB3A3D0424021166312d
Octal25372750102100415466155
Binary10101011111010111101010000101000000100001101100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A3D; }

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

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

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

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

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

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

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

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