Html Css Color HEX #A82538 Guardsman Red

📋 copy color: '#A82538'

red 168 ◦ green 37 ◦ blue 56

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

Shades of Guardsman Red #A82538

Tints of Guardsman Red #A82538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 64.37%
G = 14.18%
B = 21.46%

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

#A82538 (or 0xA82538) is known color: Guardsman Red. HEX triplet: A8, 25 and 38. RGB value is (168,37,56). Sum of RGB (Red+Green+Blue) = 168+37+56=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A82538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82538 is #57DAC7. Grayscale: #4E4E4E. Windows color (decimal): -5757640 or 3679656. OLE color: 3679656.

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

Color convert

RGB 168 37 56 -
CMYK 0 0.78 0.67 0.34
HSL 351.3º 0.64% 0.4% -
HSV(B) 351.3º 0.78% 0.66% -
XYZ 17.52 9.93 4.74 -
YUV 78.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 168 37 56 0 0.78 0.67 0.34 351.3 0.64 0.4
Hex A8 25 38 0 4E 43 22 15F 40 28
Octal 250 45 70 0 116 103 42 537 100 50
Binary 10101000 100101 111000 0 1001110 1000011 100010 101011111 1000000 101000

Color Harmonies of #A82538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82538

Black with #A82538

Text Example


Text Example

White with #A82538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82538; }

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

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

background-color css

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

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

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

border-color css

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

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

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