Html Css Color HEX #AF2526 Guardsman Red

📋 copy color: '#AF2526'

red 175 ◦ green 37 ◦ blue 38

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

Shades of Guardsman Red #AF2526

Tints of Guardsman Red #AF2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 70%
G = 14.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2526 (or 0xAF2526) is known color: Guardsman Red. HEX triplet: AF, 25 and 26. RGB value is (175,37,38). Sum of RGB (Red+Green+Blue) = 175+37+38=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2526 is #50DAD9. Grayscale: #4E4E4E. Windows color (decimal): -5298906 or 2500015. OLE color: 2500015.

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

Color convert

RGB 175 37 38 -
CMYK 0 0.79 0.78 0.31
HSL 359.57º 0.65% 0.42% -
HSV(B) 359.57º 0.79% 0.69% -
XYZ 18.69 10.58 2.89 -
YUV 78.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 175 37 38 0 0.79 0.78 0.31 359.57 0.65 0.42
Hex AF 25 26 0 4F 4E 1F 168 41 2A
Octal 257 45 46 0 117 116 37 550 101 52
Binary 10101111 100101 100110 0 1001111 1001110 11111 101101000 1000001 101010

Color Harmonies of #AF2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2526

Black with #AF2526

Text Example


Text Example

White with #AF2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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