Html Css Color HEX #A82939 Guardsman Red

📋 copy color: '#A82939'

red 168 ◦ green 41 ◦ blue 57

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

Shades of Guardsman Red #A82939

Tints of Guardsman Red #A82939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 63.16%
G = 15.41%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A82939 (or 0xA82939) is known color: Guardsman Red. HEX triplet: A8, 29 and 39. RGB value is (168,41,57). Sum of RGB (Red+Green+Blue) = 168+41+57=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A82939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82939 is #57D6C6. Grayscale: #505050. Windows color (decimal): -5756615 or 3746216. OLE color: 3746216.

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

Color convert

RGB 168 41 57 -
CMYK 0 0.76 0.66 0.34
HSL 352.44º 0.61% 0.41% -
HSV(B) 352.44º 0.76% 0.66% -
XYZ 17.68 10.21 4.91 -
YUV 80.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 168 41 57 0 0.76 0.66 0.34 352.44 0.61 0.41
Hex A8 29 39 0 4C 42 22 160 3D 29
Octal 250 51 71 0 114 102 42 540 75 51
Binary 10101000 101001 111001 0 1001100 1000010 100010 101100000 111101 101001

Color Harmonies of #A82939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82939

Black with #A82939

Text Example


Text Example

White with #A82939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82939; }

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

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

background-color css

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

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

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

border-color css

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

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

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