Html Css Color HEX #AF2F33 Guardsman Red

📋 copy color: '#AF2F33'

red 175 ◦ green 47 ◦ blue 51

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

Shades of Guardsman Red #AF2F33

Tints of Guardsman Red #AF2F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 64.1%
G = 17.22%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2F33 (or 0xAF2F33) is known color: Guardsman Red. HEX triplet: AF, 2F and 33. RGB value is (175,47,51). Sum of RGB (Red+Green+Blue) = 175+47+51=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F33 is #50D0CC. Grayscale: #555555. Windows color (decimal): -5296333 or 3354543. OLE color: 3354543.

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

Color convert

RGB 175 47 51 -
CMYK 0 0.73 0.71 0.31
HSL 358.13º 0.58% 0.44% -
HSV(B) 358.13º 0.73% 0.69% -
XYZ 19.29 11.39 4.31 -
YUV 85.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 175 47 51 0 0.73 0.71 0.31 358.13 0.58 0.44
Hex AF 2F 33 0 49 47 1F 166 3A 2C
Octal 257 57 63 0 111 107 37 546 72 54
Binary 10101111 101111 110011 0 1001001 1000111 11111 101100110 111010 101100

Color Harmonies of #AF2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F33

Black with #AF2F33

Text Example


Text Example

White with #AF2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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