Html Css Color HEX #A81F29 Guardsman Red

📋 copy color: '#A81F29'

red 168 ◦ green 31 ◦ blue 41

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

Shades of Guardsman Red #A81F29

Tints of Guardsman Red #A81F29

RGB

 RED value IS 168 (66.02% from 255) = 70%

 GREEN value IS 31 (12.5% from 255) = 12.92%

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

R = 70%
G = 12.92%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81F29 (or 0xA81F29) is known color: Guardsman Red. HEX triplet: A8, 1F and 29. RGB value is (168,31,41). Sum of RGB (Red+Green+Blue) = 168+31+41=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F29 is #57E0D6. Grayscale: #494949. Windows color (decimal): -5759191 or 2695080. OLE color: 2695080.

HSL color Cylindrical-coordinate representation of color #A81F29: hue angle of 355.62º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F29 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 31 41 -
CMYK 0 0.82 0.76 0.34
HSL 355.62º 0.69% 0.39% -
HSV(B) 355.62º 0.82% 0.66% -
XYZ 17.04 9.46 3.03 -
YUV 73.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 168 31 41 0 0.82 0.76 0.34 355.62 0.69 0.39
Hex A8 1F 29 0 52 4C 22 164 45 27
Octal 250 37 51 0 122 114 42 544 105 47
Binary 10101000 11111 101001 0 1010010 1001100 100010 101100100 1000101 100111

Color Harmonies of #A81F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F29

Black with #A81F29

Text Example


Text Example

White with #A81F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F29; }

 p { color: rgb(168,31,41); }

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

background-color css

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

 a { background-color: rgb(168,31,41); }

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

border-color css

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

 span { border-color: rgb(168,31,41); }

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