Html Css Color HEX #AF2628 Guardsman Red

📋 copy color: '#AF2628'

red 175 ◦ green 38 ◦ blue 40

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

Shades of Guardsman Red #AF2628

Tints of Guardsman Red #AF2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 69.17%
G = 15.02%
B = 15.81%

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

#AF2628 (or 0xAF2628) is known color: Guardsman Red. HEX triplet: AF, 26 and 28. RGB value is (175,38,40). Sum of RGB (Red+Green+Blue) = 175+38+40=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2628 is #50D9D7. Grayscale: #4F4F4F. Windows color (decimal): -5298648 or 2631343. OLE color: 2631343.

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

Color convert

RGB 175 38 40 -
CMYK 0 0.78 0.77 0.31
HSL 359.12º 0.64% 0.42% -
HSV(B) 359.12º 0.78% 0.69% -
XYZ 18.76 10.65 3.08 -
YUV 79.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 175 38 40 0 0.78 0.77 0.31 359.12 0.64 0.42
Hex AF 26 28 0 4E 4D 1F 167 40 2A
Octal 257 46 50 0 116 115 37 547 100 52
Binary 10101111 100110 101000 0 1001110 1001101 11111 101100111 1000000 101010

Color Harmonies of #AF2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2628

Black with #AF2628

Text Example


Text Example

White with #AF2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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