Html Css Color HEX #AF2F32 Guardsman Red

📋 copy color: '#AF2F32'

red 175 ◦ green 47 ◦ blue 50

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

Shades of Guardsman Red #AF2F32

Tints of Guardsman Red #AF2F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 64.34%
G = 17.28%
B = 18.38%

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

#AF2F32 (or 0xAF2F32) is known color: Guardsman Red. HEX triplet: AF, 2F and 32. RGB value is (175,47,50). Sum of RGB (Red+Green+Blue) = 175+47+50=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F32 is #50D0CD. Grayscale: #555555. Windows color (decimal): -5296334 or 3289007. OLE color: 3289007.

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

Color convert

RGB 175 47 50 -
CMYK 0 0.73 0.71 0.31
HSL 358.59º 0.58% 0.44% -
HSV(B) 358.59º 0.73% 0.69% -
XYZ 19.27 11.38 4.2 -
YUV 85.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 175 47 50 0 0.73 0.71 0.31 358.59 0.58 0.44
Hex AF 2F 32 0 49 47 1F 167 3A 2C
Octal 257 57 62 0 111 107 37 547 72 54
Binary 10101111 101111 110010 0 1001001 1000111 11111 101100111 111010 101100

Color Harmonies of #AF2F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F32

Black with #AF2F32

Text Example


Text Example

White with #AF2F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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