Html Css Color HEX #A82C36 Guardsman Red

📋 copy color: '#A82C36'

red 168 ◦ green 44 ◦ blue 54

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

Shades of Guardsman Red #A82C36

Tints of Guardsman Red #A82C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.54%

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

R = 63.16%
G = 16.54%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A82C36 (or 0xA82C36) is known color: Guardsman Red. HEX triplet: A8, 2C and 36. RGB value is (168,44,54). Sum of RGB (Red+Green+Blue) = 168+44+54=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C36 is #57D3C9. Grayscale: #525252. Windows color (decimal): -5755850 or 3550376. OLE color: 3550376.

HSL color Cylindrical-coordinate representation of color #A82C36: hue angle of 355.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82C36 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 44 54 -
CMYK 0 0.74 0.68 0.34
HSL 355.16º 0.58% 0.42% -
HSV(B) 355.16º 0.74% 0.66% -
XYZ 17.71 10.39 4.56 -
YUV 82.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 168 44 54 0 0.74 0.68 0.34 355.16 0.58 0.42
Hex A8 2C 36 0 4A 44 22 163 3A 2A
Octal 250 54 66 0 112 104 42 543 72 52
Binary 10101000 101100 110110 0 1001010 1000100 100010 101100011 111010 101010

Color Harmonies of #A82C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C36

Black with #A82C36

Text Example


Text Example

White with #A82C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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