#AF2329

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

Shades of Guardsman Red #AF2329

Tints of Guardsman Red #AF2329

Color information

#AF2329 (or 0xAF2329) is unknown color: approx Guardsman Red. HEX triplet: AF, 23 and 29. RGB value is (175,35,41). Sum of RGB (Red+Green+Blue) = 175+35+41=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2329 is #50DCD6. Grayscale: #4D4D4D. Windows color (decimal): -5299415 or 2696111. OLE color: 2696111.

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

Color convert

RGB1753541-
CMYK00.80.770.31
HSL357.43º66.67%41.18%-
HSV(B)357.43º80%68.63%-
XYZ18.6810.483.14-
YUV77.54107.38197.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.72%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=69.72%
G=13.94%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175354100.80.770.31357.4366.6741.18
HexAF23290504D1F1654329
Octal257435101201153754510351
Binary10101111100011101001010100001001101111111011001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2329; }

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

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

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

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

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

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

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

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