Html Css Color HEX #AF272E Guardsman Red

📋 copy color: '#AF272E'

red 175 ◦ green 39 ◦ blue 46

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

Shades of Guardsman Red #AF272E

Tints of Guardsman Red #AF272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 67.31%
G = 15%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF272E (or 0xAF272E) is known color: 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

RGB 175 39 46 -
CMYK 0 0.78 0.74 0.31
HSL 356.91º 0.64% 0.42% -
HSV(B) 356.91º 0.78% 0.69% -
XYZ 18.9 10.76 3.67 -
YUV 80.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 175 39 46 0 0.78 0.74 0.31 356.91 0.64 0.42
Hex AF 27 2E 0 4E 4A 1F 165 40 2A
Octal 257 47 56 0 116 112 37 545 100 52
Binary 10101111 100111 101110 0 1001110 1001010 11111 101100101 1000000 101010

Color Harmonies of #AF272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF272E

Black with #AF272E

Text Example


Text Example

White with #AF272E

Text Example


Text Example

HTML Codes & Css Web 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>