#AF2B2D

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

Shades of Guardsman Red #AF2B2D

Tints of Guardsman Red #AF2B2D

Color information

#AF2B2D (or 0xAF2B2D) is unknown color: approx Guardsman Red. HEX triplet: AF, 2B and 2D. RGB value is (175,43,45). Sum of RGB (Red+Green+Blue) = 175+43+45=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B2D is #50D4D2. Grayscale: #525252. Windows color (decimal): -5297363 or 2960303. OLE color: 2960303.

HSL color Cylindrical-coordinate representation of color #AF2B2D: hue angle of 359.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B2D is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1754345-
CMYK00.750.740.31
HSL359.09º60.55%42.75%-
HSV(B)359.09º75.43%68.63%-
XYZ19.0211.033.61-
YUV82.7106.73193.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 43 (17.19% from 255) = 16.35%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=66.54%
G=16.35%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175434500.750.740.31359.0960.5542.75
HexAF2B2D04B4A1F1673d2b
Octal25753550113112375477553
Binary1010111110101110110101001011100101011111101100111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B2D; }

 p { color: rgb(175,43,45); }

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

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

 a { background-color: rgb(175,43,45); }

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

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

 span { border-color: rgb(175,43,45); }

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