Html Css Color HEX #A82535 Guardsman Red

📋 copy color: '#A82535'

red 168 ◦ green 37 ◦ blue 53

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

Shades of Guardsman Red #A82535

Tints of Guardsman Red #A82535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 65.12%
G = 14.34%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A82535 (or 0xA82535) is known color: Guardsman Red. HEX triplet: A8, 25 and 35. RGB value is (168,37,53). Sum of RGB (Red+Green+Blue) = 168+37+53=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A82535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82535 is #57DACA. Grayscale: #4E4E4E. Windows color (decimal): -5757643 or 3483048. OLE color: 3483048.

HSL color Cylindrical-coordinate representation of color #A82535: hue angle of 352.67º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82535 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 53 -
CMYK 0 0.78 0.68 0.34
HSL 352.67º 0.64% 0.4% -
HSV(B) 352.67º 0.78% 0.66% -
XYZ 17.45 9.91 4.36 -
YUV 77.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 168 37 53 0 0.78 0.68 0.34 352.67 0.64 0.4
Hex A8 25 35 0 4E 44 22 161 40 28
Octal 250 45 65 0 116 104 42 541 100 50
Binary 10101000 100101 110101 0 1001110 1000100 100010 101100001 1000000 101000

Color Harmonies of #A82535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82535

Black with #A82535

Text Example


Text Example

White with #A82535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82535; }

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

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

background-color css

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

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

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

border-color css

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

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

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