Html Css Color HEX #AF292A Guardsman Red

📋 copy color: '#AF292A'

red 175 ◦ green 41 ◦ blue 42

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

Shades of Guardsman Red #AF292A

Tints of Guardsman Red #AF292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 67.83%
G = 15.89%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF292A (or 0xAF292A) is known color: Guardsman Red. HEX triplet: AF, 29 and 2A. RGB value is (175,41,42). Sum of RGB (Red+Green+Blue) = 175+41+42=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF292A is #50D6D5. Grayscale: #515151. Windows color (decimal): -5297878 or 2763183. OLE color: 2763183.

HSL color Cylindrical-coordinate representation of color #AF292A: hue angle of 359.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF292A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 42 -
CMYK 0 0.77 0.76 0.31
HSL 359.55º 0.62% 0.42% -
HSV(B) 359.55º 0.77% 0.69% -
XYZ 18.89 10.87 3.29 -
YUV 81.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 175 41 42 0 0.77 0.76 0.31 359.55 0.62 0.42
Hex AF 29 2A 0 4D 4C 1F 168 3E 2A
Octal 257 51 52 0 115 114 37 550 76 52
Binary 10101111 101001 101010 0 1001101 1001100 11111 101101000 111110 101010

Color Harmonies of #AF292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF292A

Black with #AF292A

Text Example


Text Example

White with #AF292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF292A; }

 p { color: rgb(175,41,42); }

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

background-color css

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

 a { background-color: rgb(175,41,42); }

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

border-color css

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

 span { border-color: rgb(175,41,42); }

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