Html Css Color HEX #A82636 Guardsman Red

📋 copy color: '#A82636'

red 168 ◦ green 38 ◦ blue 54

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

Shades of Guardsman Red #A82636

Tints of Guardsman Red #A82636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 64.62%
G = 14.62%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A82636 (or 0xA82636) is known color: Guardsman Red. HEX triplet: A8, 26 and 36. RGB value is (168,38,54). Sum of RGB (Red+Green+Blue) = 168+38+54=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A82636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82636 is #57D9C9. Grayscale: #4E4E4E. Windows color (decimal): -5757386 or 3548840. OLE color: 3548840.

HSL color Cylindrical-coordinate representation of color #A82636: hue angle of 352.62º 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 #A82636 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 54 -
CMYK 0 0.77 0.68 0.34
HSL 352.62º 0.63% 0.4% -
HSV(B) 352.62º 0.77% 0.66% -
XYZ 17.51 9.98 4.49 -
YUV 78.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 168 38 54 0 0.77 0.68 0.34 352.62 0.63 0.4
Hex A8 26 36 0 4D 44 22 161 3F 28
Octal 250 46 66 0 115 104 42 541 77 50
Binary 10101000 100110 110110 0 1001101 1000100 100010 101100001 111111 101000

Color Harmonies of #A82636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82636

Black with #A82636

Text Example


Text Example

White with #A82636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82636; }

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

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

background-color css

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

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

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

border-color css

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

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

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