Html Css Color HEX #A82D3F Guardsman Red

📋 copy color: '#A82D3F'

red 168 ◦ green 45 ◦ blue 63

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

Shades of Guardsman Red #A82D3F

Tints of Guardsman Red #A82D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 60.87%
G = 16.3%
B = 22.83%

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

#A82D3F (or 0xA82D3F) is known color: Guardsman Red. HEX triplet: A8, 2D and 3F. RGB value is (168,45,63). Sum of RGB (Red+Green+Blue) = 168+45+63=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D3F is #57D2C0. Grayscale: #535353. Windows color (decimal): -5755585 or 4140456. OLE color: 4140456.

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

Color convert

RGB 168 45 63 -
CMYK 0 0.73 0.63 0.34
HSL 351.22º 0.58% 0.42% -
HSV(B) 351.22º 0.73% 0.66% -
XYZ 17.98 10.56 5.79 -
YUV 83.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 168 45 63 0 0.73 0.63 0.34 351.22 0.58 0.42
Hex A8 2D 3F 0 49 3F 22 15F 3A 2A
Octal 250 55 77 0 111 77 42 537 72 52
Binary 10101000 101101 111111 0 1001001 111111 100010 101011111 111010 101010

Color Harmonies of #A82D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D3F

Black with #A82D3F

Text Example


Text Example

White with #A82D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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