Html Css Color HEX #AF2122 Guardsman Red

📋 copy color: '#AF2122'

red 175 ◦ green 33 ◦ blue 34

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

Shades of Guardsman Red #AF2122

Tints of Guardsman Red #AF2122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 72.31%
G = 13.64%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2122 (or 0xAF2122) is known color: Guardsman Red. HEX triplet: AF, 21 and 22. RGB value is (175,33,34). Sum of RGB (Red+Green+Blue) = 175+33+34=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2122 is #50DEDD. Grayscale: #4B4B4B. Windows color (decimal): -5299934 or 2236847. OLE color: 2236847.

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

Color convert

RGB 175 33 34 -
CMYK 0 0.81 0.81 0.31
HSL 359.58º 0.68% 0.41% -
HSV(B) 359.58º 0.81% 0.69% -
XYZ 18.51 10.32 2.53 -
YUV 75.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 175 33 34 0 0.81 0.81 0.31 359.58 0.68 0.41
Hex AF 21 22 0 51 51 1F 168 44 29
Octal 257 41 42 0 121 121 37 550 104 51
Binary 10101111 100001 100010 0 1010001 1010001 11111 101101000 1000100 101001

Color Harmonies of #AF2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2122

Black with #AF2122

Text Example


Text Example

White with #AF2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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