Html Css Color HEX #A82637 Guardsman Red

📋 copy color: '#A82637'

red 168 ◦ green 38 ◦ blue 55

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

Shades of Guardsman Red #A82637

Tints of Guardsman Red #A82637

RGB

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

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

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

R = 64.37%
G = 14.56%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A82637 (or 0xA82637) is known color: Guardsman Red. HEX triplet: A8, 26 and 37. RGB value is (168,38,55). Sum of RGB (Red+Green+Blue) = 168+38+55=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A82637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82637 is #57D9C8. Grayscale: #4E4E4E. Windows color (decimal): -5757385 or 3614376. OLE color: 3614376.

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

Color convert

RGB 168 38 55 -
CMYK 0 0.77 0.67 0.34
HSL 352.15º 0.63% 0.4% -
HSV(B) 352.15º 0.77% 0.66% -
XYZ 17.53 9.99 4.62 -
YUV 78.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 168 38 55 0 0.77 0.67 0.34 352.15 0.63 0.4
Hex A8 26 37 0 4D 43 22 160 3F 28
Octal 250 46 67 0 115 103 42 540 77 50
Binary 10101000 100110 110111 0 1001101 1000011 100010 101100000 111111 101000

Color Harmonies of #A82637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82637

Black with #A82637

Text Example


Text Example

White with #A82637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82637; }

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

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

background-color css

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

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

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

border-color css

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

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

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