Html Css Color HEX #AF2F31 Guardsman Red

📋 copy color: '#AF2F31'

red 175 ◦ green 47 ◦ blue 49

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

Shades of Guardsman Red #AF2F31

Tints of Guardsman Red #AF2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 64.58%
G = 17.34%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF2F31 (or 0xAF2F31) is known color: Guardsman Red. HEX triplet: AF, 2F and 31. RGB value is (175,47,49). Sum of RGB (Red+Green+Blue) = 175+47+49=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F31 is #50D0CE. Grayscale: #555555. Windows color (decimal): -5296335 or 3223471. OLE color: 3223471.

HSL color Cylindrical-coordinate representation of color #AF2F31: hue angle of 359.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F31 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 49 -
CMYK 0 0.73 0.72 0.31
HSL 359.06º 0.58% 0.44% -
HSV(B) 359.06º 0.73% 0.69% -
XYZ 19.25 11.37 4.09 -
YUV 85.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 175 47 49 0 0.73 0.72 0.31 359.06 0.58 0.44
Hex AF 2F 31 0 49 48 1F 167 3A 2C
Octal 257 57 61 0 111 110 37 547 72 54
Binary 10101111 101111 110001 0 1001001 1001000 11111 101100111 111010 101100

Color Harmonies of #AF2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F31

Black with #AF2F31

Text Example


Text Example

White with #AF2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F31; }

 p { color: rgb(175,47,49); }

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

background-color css

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

 a { background-color: rgb(175,47,49); }

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

border-color css

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

 span { border-color: rgb(175,47,49); }

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