Html Css Color HEX #AF2124 Guardsman Red

📋 copy color: '#AF2124'

red 175 ◦ green 33 ◦ blue 36

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

Shades of Guardsman Red #AF2124

Tints of Guardsman Red #AF2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 71.72%
G = 13.52%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2124 (or 0xAF2124) is known color: Guardsman Red. HEX triplet: AF, 21 and 24. RGB value is (175,33,36). Sum of RGB (Red+Green+Blue) = 175+33+36=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2124 is #50DEDB. Grayscale: #4B4B4B. Windows color (decimal): -5299932 or 2367919. OLE color: 2367919.

HSL color Cylindrical-coordinate representation of color #AF2124: hue angle of 358.73º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2124 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 36 -
CMYK 0 0.81 0.79 0.31
HSL 358.73º 0.68% 0.41% -
HSV(B) 358.73º 0.81% 0.69% -
XYZ 18.54 10.33 2.69 -
YUV 75.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 175 33 36 0 0.81 0.79 0.31 358.73 0.68 0.41
Hex AF 21 24 0 51 4F 1F 167 44 29
Octal 257 41 44 0 121 117 37 547 104 51
Binary 10101111 100001 100100 0 1010001 1001111 11111 101100111 1000100 101001

Color Harmonies of #AF2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2124

Black with #AF2124

Text Example


Text Example

White with #AF2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2124; }

 p { color: rgb(175,33,36); }

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

background-color css

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

 a { background-color: rgb(175,33,36); }

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

border-color css

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

 span { border-color: rgb(175,33,36); }

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