Html Css Color HEX #AF2629 Guardsman Red

📋 copy color: '#AF2629'

red 175 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #AF2629

Tints of Guardsman Red #AF2629

RGB

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

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

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

R = 68.9%
G = 14.96%
B = 16.14%

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

#AF2629 (or 0xAF2629) is known color: Guardsman Red. HEX triplet: AF, 26 and 29. RGB value is (175,38,41). Sum of RGB (Red+Green+Blue) = 175+38+41=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2629 is #50D9D6. Grayscale: #4F4F4F. Windows color (decimal): -5298647 or 2696879. OLE color: 2696879.

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

Color convert

RGB 175 38 41 -
CMYK 0 0.78 0.77 0.31
HSL 358.69º 0.64% 0.42% -
HSV(B) 358.69º 0.78% 0.69% -
XYZ 18.77 10.66 3.17 -
YUV 79.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 175 38 41 0 0.78 0.77 0.31 358.69 0.64 0.42
Hex AF 26 29 0 4E 4D 1F 167 40 2A
Octal 257 46 51 0 116 115 37 547 100 52
Binary 10101111 100110 101001 0 1001110 1001101 11111 101100111 1000000 101010

Color Harmonies of #AF2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2629

Black with #AF2629

Text Example


Text Example

White with #AF2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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