Html Css Color HEX #AF2226 Guardsman Red

📋 copy color: '#AF2226'

red 175 ◦ green 34 ◦ blue 38

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

Shades of Guardsman Red #AF2226

Tints of Guardsman Red #AF2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 70.85%
G = 13.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2226 (or 0xAF2226) is known color: Guardsman Red. HEX triplet: AF, 22 and 26. RGB value is (175,34,38). Sum of RGB (Red+Green+Blue) = 175+34+38=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2226 is #50DDD9. Grayscale: #4C4C4C. Windows color (decimal): -5299674 or 2499247. OLE color: 2499247.

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

Color convert

RGB 175 34 38 -
CMYK 0 0.81 0.78 0.31
HSL 358.3º 0.67% 0.41% -
HSV(B) 358.3º 0.81% 0.69% -
XYZ 18.6 10.4 2.86 -
YUV 76.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 175 34 38 0 0.81 0.78 0.31 358.3 0.67 0.41
Hex AF 22 26 0 51 4E 1F 166 43 29
Octal 257 42 46 0 121 116 37 546 103 51
Binary 10101111 100010 100110 0 1010001 1001110 11111 101100110 1000011 101001

Color Harmonies of #AF2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2226

Black with #AF2226

Text Example


Text Example

White with #AF2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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