#AF3136

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

Shades of Guardsman Red #AF3136

Tints of Guardsman Red #AF3136

Color information

#AF3136 (or 0xAF3136) is unknown color: approx Guardsman Red. HEX triplet: AF, 31 and 36. RGB value is (175,49,54). Sum of RGB (Red+Green+Blue) = 175+49+54=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3136 is #50CEC9. Grayscale: #575757. Windows color (decimal): -5295818 or 3551663. OLE color: 3551663.

HSL color Cylindrical-coordinate representation of color #AF3136: hue angle of 357.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3136 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1754954-
CMYK00.720.690.31
HSL357.62º56.25%43.92%-
HSV(B)357.62º72%68.63%-
XYZ19.4411.584.7-
YUV87.24109.24190.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=62.95%
G=17.63%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175495400.720.690.31357.6256.2543.92
HexAF3136048451F166382c
Octal25761660110105375467054
Binary1010111111000111011001001000100010111111101100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3136; }

 p { color: rgb(175,49,54); }

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

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

 a { background-color: rgb(175,49,54); }

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

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

 span { border-color: rgb(175,49,54); }

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