Html Css Color HEX #A82C35 Guardsman Red

📋 copy color: '#A82C35'

red 168 ◦ green 44 ◦ blue 53

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

Shades of Guardsman Red #A82C35

Tints of Guardsman Red #A82C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20%

R = 63.4%
G = 16.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A82C35 (or 0xA82C35) is known color: Guardsman Red. HEX triplet: A8, 2C and 35. RGB value is (168,44,53). Sum of RGB (Red+Green+Blue) = 168+44+53=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C35 is #57D3CA. Grayscale: #525252. Windows color (decimal): -5755851 or 3484840. OLE color: 3484840.

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

Color convert

RGB 168 44 53 -
CMYK 0 0.74 0.68 0.34
HSL 355.65º 0.58% 0.42% -
HSV(B) 355.65º 0.74% 0.66% -
XYZ 17.69 10.38 4.44 -
YUV 82.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 168 44 53 0 0.74 0.68 0.34 355.65 0.58 0.42
Hex A8 2C 35 0 4A 44 22 164 3A 2A
Octal 250 54 65 0 112 104 42 544 72 52
Binary 10101000 101100 110101 0 1001010 1000100 100010 101100100 111010 101010

Color Harmonies of #A82C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C35

Black with #A82C35

Text Example


Text Example

White with #A82C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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