Html Css Color HEX #AF282B Guardsman Red

📋 copy color: '#AF282B'

red 175 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #AF282B

Tints of Guardsman Red #AF282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 67.83%
G = 15.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF282B (or 0xAF282B) is known color: Guardsman Red. HEX triplet: AF, 28 and 2B. RGB value is (175,40,43). Sum of RGB (Red+Green+Blue) = 175+40+43=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF282B is #50D7D4. Grayscale: #505050. Windows color (decimal): -5298133 or 2828463. OLE color: 2828463.

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

Color convert

RGB 175 40 43 -
CMYK 0 0.77 0.75 0.31
HSL 358.67º 0.63% 0.42% -
HSV(B) 358.67º 0.77% 0.69% -
XYZ 18.87 10.81 3.38 -
YUV 80.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 175 40 43 0 0.77 0.75 0.31 358.67 0.63 0.42
Hex AF 28 2B 0 4D 4B 1F 167 3F 2A
Octal 257 50 53 0 115 113 37 547 77 52
Binary 10101111 101000 101011 0 1001101 1001011 11111 101100111 111111 101010

Color Harmonies of #AF282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF282B

Black with #AF282B

Text Example


Text Example

White with #AF282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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