#AB232D

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

Shades of Guardsman Red #AB232D

Tints of Guardsman Red #AB232D

Color information

#AB232D (or 0xAB232D) is unknown color: approx Guardsman Red. HEX triplet: AB, 23 and 2D. RGB value is (171,35,45). Sum of RGB (Red+Green+Blue) = 171+35+45=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB232D is #54DCD2. Grayscale: #4C4C4C. Windows color (decimal): -5561555 or 2958251. OLE color: 2958251.

HSL color Cylindrical-coordinate representation of color #AB232D: hue angle of 355.59º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB232D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1713545-
CMYK00.800.740.33
HSL355.59º66.02%40.39%-
HSV(B)355.59º79.53%67.06%-
XYZ17.8710.053.48-
YUV76.8110.06195.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.13%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=68.13%
G=13.94%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171354500.800.740.33355.5966.0240.39
HexAB232D0504A211644228
Octal253435501201124154410250
Binary101010111000111011010101000010010101000011011001001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB232D; }

 p { color: rgb(171,35,45); }

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

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

 a { background-color: rgb(171,35,45); }

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

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

 span { border-color: rgb(171,35,45); }

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