Html Css Color HEX #A82E3C Guardsman Red

📋 copy color: '#A82E3C'

red 168 ◦ green 46 ◦ blue 60

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

Shades of Guardsman Red #A82E3C

Tints of Guardsman Red #A82E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.79%

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

R = 61.31%
G = 16.79%
B = 21.9%

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

#A82E3C (or 0xA82E3C) is known color: Guardsman Red. HEX triplet: A8, 2E and 3C. RGB value is (168,46,60). Sum of RGB (Red+Green+Blue) = 168+46+60=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E3C is #57D1C3. Grayscale: #545454. Windows color (decimal): -5755332 or 3944104. OLE color: 3944104.

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

Color convert

RGB 168 46 60 -
CMYK 0 0.73 0.64 0.34
HSL 353.11º 0.57% 0.42% -
HSV(B) 353.11º 0.73% 0.66% -
XYZ 17.94 10.61 5.38 -
YUV 84.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 168 46 60 0 0.73 0.64 0.34 353.11 0.57 0.42
Hex A8 2E 3C 0 49 40 22 161 39 2A
Octal 250 56 74 0 111 100 42 541 71 52
Binary 10101000 101110 111100 0 1001001 1000000 100010 101100001 111001 101010

Color Harmonies of #A82E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E3C

Black with #A82E3C

Text Example


Text Example

White with #A82E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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