#AB252A

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

Shades of Guardsman Red #AB252A

Tints of Guardsman Red #AB252A

Color information

#AB252A (or 0xAB252A) is unknown color: approx Guardsman Red. HEX triplet: AB, 25 and 2A. RGB value is (171,37,42). Sum of RGB (Red+Green+Blue) = 171+37+42=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB252A is #54DAD5. Grayscale: #4D4D4D. Windows color (decimal): -5561046 or 2762155. OLE color: 2762155.

HSL color Cylindrical-coordinate representation of color #AB252A: hue angle of 357.76º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB252A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1713742-
CMYK00.780.750.33
HSL357.76º64.42%40.78%-
HSV(B)357.76º78.36%67.06%-
XYZ17.8710.153.21-
YUV77.64107.89194.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=68.4%
G=14.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171374200.780.750.33357.7664.4240.78
HexAB252A04E4B211664029
Octal253455201161134154610051
Binary101010111001011010100100111010010111000011011001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB252A; }

 p { color: rgb(171,37,42); }

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

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

 a { background-color: rgb(171,37,42); }

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

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

 span { border-color: rgb(171,37,42); }

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