Html Css Color HEX #AF2728 Guardsman Red

📋 copy color: '#AF2728'

red 175 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #AF2728

Tints of Guardsman Red #AF2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 68.9%
G = 15.35%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2728 (or 0xAF2728) is known color: Guardsman Red. HEX triplet: AF, 27 and 28. RGB value is (175,39,40). Sum of RGB (Red+Green+Blue) = 175+39+40=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2728 is #50D8D7. Grayscale: #4F4F4F. Windows color (decimal): -5298392 or 2631599. OLE color: 2631599.

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

Color convert

RGB 175 39 40 -
CMYK 0 0.78 0.77 0.31
HSL 359.56º 0.64% 0.42% -
HSV(B) 359.56º 0.78% 0.69% -
XYZ 18.79 10.72 3.09 -
YUV 79.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 175 39 40 0 0.78 0.77 0.31 359.56 0.64 0.42
Hex AF 27 28 0 4E 4D 1F 168 40 2A
Octal 257 47 50 0 116 115 37 550 100 52
Binary 10101111 100111 101000 0 1001110 1001101 11111 101101000 1000000 101010

Color Harmonies of #AF2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2728

Black with #AF2728

Text Example


Text Example

White with #AF2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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