Html Css Color HEX #A82C3A Guardsman Red

📋 copy color: '#A82C3A'

red 168 ◦ green 44 ◦ blue 58

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

Shades of Guardsman Red #A82C3A

Tints of Guardsman Red #A82C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 62.22%
G = 16.3%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A82C3A (or 0xA82C3A) is known color: Guardsman Red. HEX triplet: A8, 2C and 3A. RGB value is (168,44,58). Sum of RGB (Red+Green+Blue) = 168+44+58=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C3A is #57D3C5. Grayscale: #525252. Windows color (decimal): -5755846 or 3812520. OLE color: 3812520.

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

Color convert

RGB 168 44 58 -
CMYK 0 0.74 0.65 0.34
HSL 353.23º 0.58% 0.42% -
HSV(B) 353.23º 0.74% 0.66% -
XYZ 17.81 10.43 5.08 -
YUV 82.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 168 44 58 0 0.74 0.65 0.34 353.23 0.58 0.42
Hex A8 2C 3A 0 4A 41 22 161 3A 2A
Octal 250 54 72 0 112 101 42 541 72 52
Binary 10101000 101100 111010 0 1001010 1000001 100010 101100001 111010 101010

Color Harmonies of #A82C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C3A

Black with #A82C3A

Text Example


Text Example

White with #A82C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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