Html Css Color HEX #A82537 Guardsman Red

📋 copy color: '#A82537'

red 168 ◦ green 37 ◦ blue 55

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

Shades of Guardsman Red #A82537

Tints of Guardsman Red #A82537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 64.62%
G = 14.23%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A82537 (or 0xA82537) is known color: Guardsman Red. HEX triplet: A8, 25 and 37. RGB value is (168,37,55). Sum of RGB (Red+Green+Blue) = 168+37+55=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A82537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82537 is #57DAC8. Grayscale: #4E4E4E. Windows color (decimal): -5757641 or 3614120. OLE color: 3614120.

HSL color Cylindrical-coordinate representation of color #A82537: hue angle of 351.76º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82537 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 55 -
CMYK 0 0.78 0.67 0.34
HSL 351.76º 0.64% 0.4% -
HSV(B) 351.76º 0.78% 0.66% -
XYZ 17.5 9.92 4.61 -
YUV 78.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 168 37 55 0 0.78 0.67 0.34 351.76 0.64 0.4
Hex A8 25 37 0 4E 43 22 160 40 28
Octal 250 45 67 0 116 103 42 540 100 50
Binary 10101000 100101 110111 0 1001110 1000011 100010 101100000 1000000 101000

Color Harmonies of #A82537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82537

Black with #A82537

Text Example


Text Example

White with #A82537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82537; }

 p { color: rgb(168,37,55); }

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

background-color css

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

 a { background-color: rgb(168,37,55); }

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

border-color css

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

 span { border-color: rgb(168,37,55); }

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