Html Css Color HEX #AF282E Guardsman Red

📋 copy color: '#AF282E'

red 175 ◦ green 40 ◦ blue 46

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

Shades of Guardsman Red #AF282E

Tints of Guardsman Red #AF282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 67.05%
G = 15.33%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF282E (or 0xAF282E) is known color: Guardsman Red. HEX triplet: AF, 28 and 2E. RGB value is (175,40,46). Sum of RGB (Red+Green+Blue) = 175+40+46=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF282E is #50D7D1. Grayscale: #515151. Windows color (decimal): -5298130 or 3025071. OLE color: 3025071.

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

Color convert

RGB 175 40 46 -
CMYK 0 0.77 0.74 0.31
HSL 357.33º 0.63% 0.42% -
HSV(B) 357.33º 0.77% 0.69% -
XYZ 18.93 10.83 3.68 -
YUV 81.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 175 40 46 0 0.77 0.74 0.31 357.33 0.63 0.42
Hex AF 28 2E 0 4D 4A 1F 165 3F 2A
Octal 257 50 56 0 115 112 37 545 77 52
Binary 10101111 101000 101110 0 1001101 1001010 11111 101100101 111111 101010

Color Harmonies of #AF282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF282E

Black with #AF282E

Text Example


Text Example

White with #AF282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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