Html Css Color HEX #AF282A Guardsman Red

📋 copy color: '#AF282A'

red 175 ◦ green 40 ◦ blue 42

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

Shades of Guardsman Red #AF282A

Tints of Guardsman Red #AF282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

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

R = 68.09%
G = 15.56%
B = 16.34%

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

#AF282A (or 0xAF282A) is known color: Guardsman Red. HEX triplet: AF, 28 and 2A. RGB value is (175,40,42). Sum of RGB (Red+Green+Blue) = 175+40+42=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF282A is #50D7D5. Grayscale: #505050. Windows color (decimal): -5298134 or 2762927. OLE color: 2762927.

HSL color Cylindrical-coordinate representation of color #AF282A: hue angle of 359.11º degrees, saturation: 0.63, 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 #AF282A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 42 -
CMYK 0 0.77 0.76 0.31
HSL 359.11º 0.63% 0.42% -
HSV(B) 359.11º 0.77% 0.69% -
XYZ 18.86 10.8 3.28 -
YUV 80.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 175 40 42 0 0.77 0.76 0.31 359.11 0.63 0.42
Hex AF 28 2A 0 4D 4C 1F 167 3F 2A
Octal 257 50 52 0 115 114 37 547 77 52
Binary 10101111 101000 101010 0 1001101 1001100 11111 101100111 111111 101010

Color Harmonies of #AF282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF282A

Black with #AF282A

Text Example


Text Example

White with #AF282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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