Html Css Color HEX #A82D3C Guardsman Red

📋 copy color: '#A82D3C'

red 168 ◦ green 45 ◦ blue 60

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

Shades of Guardsman Red #A82D3C

Tints of Guardsman Red #A82D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 61.54%
G = 16.48%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A82D3C (or 0xA82D3C) is known color: Guardsman Red. HEX triplet: A8, 2D and 3C. RGB value is (168,45,60). Sum of RGB (Red+Green+Blue) = 168+45+60=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D3C is #57D2C3. Grayscale: #535353. Windows color (decimal): -5755588 or 3943848. OLE color: 3943848.

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

Color convert

RGB 168 45 60 -
CMYK 0 0.73 0.64 0.34
HSL 352.68º 0.58% 0.42% -
HSV(B) 352.68º 0.73% 0.66% -
XYZ 17.9 10.53 5.36 -
YUV 83.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 168 45 60 0 0.73 0.64 0.34 352.68 0.58 0.42
Hex A8 2D 3C 0 49 40 22 161 3A 2A
Octal 250 55 74 0 111 100 42 541 72 52
Binary 10101000 101101 111100 0 1001001 1000000 100010 101100001 111010 101010

Color Harmonies of #A82D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D3C

Black with #A82D3C

Text Example


Text Example

White with #A82D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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