Html Css Color HEX #A82129 Guardsman Red

📋 copy color: '#A82129'

red 168 ◦ green 33 ◦ blue 41

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

Shades of Guardsman Red #A82129

Tints of Guardsman Red #A82129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

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

R = 69.42%
G = 13.64%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A82129 (or 0xA82129) is known color: Guardsman Red. HEX triplet: A8, 21 and 29. RGB value is (168,33,41). Sum of RGB (Red+Green+Blue) = 168+33+41=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A82129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82129 is #57DED6. Grayscale: #4A4A4A. Windows color (decimal): -5758679 or 2695592. OLE color: 2695592.

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

Color convert

RGB 168 33 41 -
CMYK 0 0.80 0.76 0.34
HSL 356.44º 0.67% 0.39% -
HSV(B) 356.44º 0.8% 0.66% -
XYZ 17.09 9.57 3.04 -
YUV 74.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 168 33 41 0 0.80 0.76 0.34 356.44 0.67 0.39
Hex A8 21 29 0 50 4C 22 164 43 27
Octal 250 41 51 0 120 114 42 544 103 47
Binary 10101000 100001 101001 0 1010000 1001100 100010 101100100 1000011 100111

Color Harmonies of #A82129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82129

Black with #A82129

Text Example


Text Example

White with #A82129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82129; }

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

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

background-color css

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

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

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

border-color css

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

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

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