#AF272B

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

Shades of Guardsman Red #AF272B

Tints of Guardsman Red #AF272B

Color information

#AF272B (or 0xAF272B) is unknown color: approx Guardsman Red. HEX triplet: AF, 27 and 2B. RGB value is (175,39,43). Sum of RGB (Red+Green+Blue) = 175+39+43=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272B is #50D8D4. Grayscale: #505050. Windows color (decimal): -5298389 or 2828207. OLE color: 2828207.

HSL color Cylindrical-coordinate representation of color #AF272B: hue angle of 358.24º 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 #AF272B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1753943-
CMYK00.780.750.31
HSL358.24º63.55%41.96%-
HSV(B)358.24º77.71%68.63%-
XYZ18.8410.743.37-
YUV80.12107.06195.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=68.09%
G=15.18%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175394300.780.750.31358.2463.5541.96
HexAF272B04E4B1F166402a
Octal257475301161133754610052
Binary10101111100111101011010011101001011111111011001101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF272B; }

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

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

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

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

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

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

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

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