Html Css Color HEX #AF272C Guardsman Red

📋 copy color: '#AF272C'

red 175 ◦ green 39 ◦ blue 44

#AF272C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AF272C

Tints of Guardsman Red #AF272C

RGB

 RED value IS 175 (68.75% from 255) = 67.83%

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 67.83%
G = 15.12%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF272C (or 0xAF272C) is known color: Guardsman Red. HEX triplet: AF, 27 and 2C. RGB value is (175,39,44). Sum of RGB (Red+Green+Blue) = 175+39+44=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272C is #50D8D3. Grayscale: #505050. Windows color (decimal): -5298388 or 2893743. OLE color: 2893743.

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

Color convert

RGB 175 39 44 -
CMYK 0 0.78 0.75 0.31
HSL 357.79º 0.64% 0.42% -
HSV(B) 357.79º 0.78% 0.69% -
XYZ 18.86 10.75 3.46 -
YUV 80.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 175 39 44 0 0.78 0.75 0.31 357.79 0.64 0.42
Hex AF 27 2C 0 4E 4B 1F 166 40 2A
Octal 257 47 54 0 116 113 37 546 100 52
Binary 10101111 100111 101100 0 1001110 1001011 11111 101100110 1000000 101010

Color Harmonies of #AF272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF272C

Black with #AF272C

Text Example


Text Example

White with #AF272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF272C; }

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

 H1.HeaderClassName
 {
   color: #AF272C;
 }
 .AnyTagClassName
 {
   color: #AF272C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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