Html Css Color HEX #AF2529 Guardsman Red

📋 copy color: '#AF2529'

red 175 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #AF2529

Tints of Guardsman Red #AF2529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 69.17%
G = 14.62%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2529 (or 0xAF2529) is known color: Guardsman Red. HEX triplet: AF, 25 and 29. RGB value is (175,37,41). Sum of RGB (Red+Green+Blue) = 175+37+41=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2529 is #50DAD6. Grayscale: #4E4E4E. Windows color (decimal): -5298903 or 2696623. OLE color: 2696623.

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

Color convert

RGB 175 37 41 -
CMYK 0 0.79 0.77 0.31
HSL 358.26º 0.65% 0.42% -
HSV(B) 358.26º 0.79% 0.69% -
XYZ 18.74 10.6 3.16 -
YUV 78.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 175 37 41 0 0.79 0.77 0.31 358.26 0.65 0.42
Hex AF 25 29 0 4F 4D 1F 166 41 2A
Octal 257 45 51 0 117 115 37 546 101 52
Binary 10101111 100101 101001 0 1001111 1001101 11111 101100110 1000001 101010

Color Harmonies of #AF2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2529

Black with #AF2529

Text Example


Text Example

White with #AF2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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