Html Css Color HEX #A82D3E Guardsman Red

📋 copy color: '#A82D3E'

red 168 ◦ green 45 ◦ blue 62

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

Shades of Guardsman Red #A82D3E

Tints of Guardsman Red #A82D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 61.09%
G = 16.36%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A82D3E (or 0xA82D3E) is known color: Guardsman Red. HEX triplet: A8, 2D and 3E. RGB value is (168,45,62). Sum of RGB (Red+Green+Blue) = 168+45+62=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D3E is #57D2C1. Grayscale: #535353. Windows color (decimal): -5755586 or 4074920. OLE color: 4074920.

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

Color convert

RGB 168 45 62 -
CMYK 0 0.73 0.63 0.34
HSL 351.71º 0.58% 0.42% -
HSV(B) 351.71º 0.73% 0.66% -
XYZ 17.96 10.55 5.65 -
YUV 83.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 168 45 62 0 0.73 0.63 0.34 351.71 0.58 0.42
Hex A8 2D 3E 0 49 3F 22 160 3A 2A
Octal 250 55 76 0 111 77 42 540 72 52
Binary 10101000 101101 111110 0 1001001 111111 100010 101100000 111010 101010

Color Harmonies of #A82D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D3E

Black with #A82D3E

Text Example


Text Example

White with #A82D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D3E; }

 p { color: rgb(168,45,62); }

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

background-color css

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

 a { background-color: rgb(168,45,62); }

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

border-color css

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

 span { border-color: rgb(168,45,62); }

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