Html Css Color HEX #AF2227 Guardsman Red

📋 copy color: '#AF2227'

red 175 ◦ green 34 ◦ blue 39

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

Shades of Guardsman Red #AF2227

Tints of Guardsman Red #AF2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 70.56%
G = 13.71%
B = 15.73%

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

#AF2227 (or 0xAF2227) is known color: Guardsman Red. HEX triplet: AF, 22 and 27. RGB value is (175,34,39). Sum of RGB (Red+Green+Blue) = 175+34+39=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2227 is #50DDD8. Grayscale: #4C4C4C. Windows color (decimal): -5299673 or 2564783. OLE color: 2564783.

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

Color convert

RGB 175 34 39 -
CMYK 0 0.81 0.78 0.31
HSL 357.87º 0.67% 0.41% -
HSV(B) 357.87º 0.81% 0.69% -
XYZ 18.62 10.4 2.95 -
YUV 76.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 175 34 39 0 0.81 0.78 0.31 357.87 0.67 0.41
Hex AF 22 27 0 51 4E 1F 166 43 29
Octal 257 42 47 0 121 116 37 546 103 51
Binary 10101111 100010 100111 0 1010001 1001110 11111 101100110 1000011 101001

Color Harmonies of #AF2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2227

Black with #AF2227

Text Example


Text Example

White with #AF2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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