#AF2429

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

Shades of Guardsman Red #AF2429

Tints of Guardsman Red #AF2429

Color information

#AF2429 (or 0xAF2429) is unknown color: approx Guardsman Red. HEX triplet: AF, 24 and 29. RGB value is (175,36,41). Sum of RGB (Red+Green+Blue) = 175+36+41=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2429 is #50DBD6. Grayscale: #4E4E4E. Windows color (decimal): -5299159 or 2696367. OLE color: 2696367.

HSL color Cylindrical-coordinate representation of color #AF2429: hue angle of 357.84º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2429 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1753641-
CMYK00.790.770.31
HSL357.84º65.88%41.37%-
HSV(B)357.84º79.43%68.63%-
XYZ18.7110.543.15-
YUV78.13107.05197.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.44%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=69.44%
G=14.29%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175364100.790.770.31357.8465.8841.37
HexAF242904F4D1F1664229
Octal257445101171153754610251
Binary10101111100100101001010011111001101111111011001101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2429; }

 p { color: rgb(175,36,41); }

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

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

 a { background-color: rgb(175,36,41); }

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

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

 span { border-color: rgb(175,36,41); }

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