Html Css Color HEX #AF272D Guardsman Red

📋 copy color: '#AF272D'

red 175 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #AF272D

Tints of Guardsman Red #AF272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 67.57%
G = 15.06%
B = 17.37%

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

#AF272D (or 0xAF272D) is known color: Guardsman Red. HEX triplet: AF, 27 and 2D. RGB value is (175,39,45). Sum of RGB (Red+Green+Blue) = 175+39+45=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272D is #50D8D2. Grayscale: #505050. Windows color (decimal): -5298387 or 2959279. OLE color: 2959279.

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

Color convert

RGB 175 39 45 -
CMYK 0 0.78 0.74 0.31
HSL 357.35º 0.64% 0.42% -
HSV(B) 357.35º 0.78% 0.69% -
XYZ 18.88 10.75 3.56 -
YUV 80.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 175 39 45 0 0.78 0.74 0.31 357.35 0.64 0.42
Hex AF 27 2D 0 4E 4A 1F 165 40 2A
Octal 257 47 55 0 116 112 37 545 100 52
Binary 10101111 100111 101101 0 1001110 1001010 11111 101100101 1000000 101010

Color Harmonies of #AF272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF272D

Black with #AF272D

Text Example


Text Example

White with #AF272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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