#af272e

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

Shades of Guardsman Red #AF272E

Tints of Guardsman Red #AF272E

Color information

#AF272E (or 0xAF272E) is unknown color: approx Guardsman Red. HEX triplet: AF, 27 and 2E. RGB value is (175,39,46). Sum of RGB (Red+Green+Blue) = 175+39+46=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272E is #50D8D1. Grayscale: #505050. Windows color (decimal): -5298386 or 3024815. OLE color: 3024815.

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

Color convert

RGB1753946-
CMYK00.780.740.31
HSL356.91º63.55%41.96%-
HSV(B)356.91º77.71%68.63%-
XYZ18.910.763.67-
YUV80.46108.56195.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.31%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=67.31%
G=15%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175394600.780.740.31356.9163.5541.96
HexAF272E04E4A1F165402a
Octal257475601161123754510052
Binary10101111100111101110010011101001010111111011001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af272e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af272e; }

 p { color: rgb(175,39,46); }

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

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

 a { background-color: rgb(175,39,46); }

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

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

 span { border-color: rgb(175,39,46); }

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