Html Css Color HEX #A82639 Guardsman Red

📋 copy color: '#A82639'

red 168 ◦ green 38 ◦ blue 57

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

Shades of Guardsman Red #A82639

Tints of Guardsman Red #A82639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 63.88%
G = 14.45%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A82639 (or 0xA82639) is known color: Guardsman Red. HEX triplet: A8, 26 and 39. RGB value is (168,38,57). Sum of RGB (Red+Green+Blue) = 168+38+57=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A82639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82639 is #57D9C6. Grayscale: #4F4F4F. Windows color (decimal): -5757383 or 3745448. OLE color: 3745448.

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

Color convert

RGB 168 38 57 -
CMYK 0 0.77 0.66 0.34
HSL 351.23º 0.63% 0.4% -
HSV(B) 351.23º 0.77% 0.66% -
XYZ 17.58 10.01 4.88 -
YUV 79.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 168 38 57 0 0.77 0.66 0.34 351.23 0.63 0.4
Hex A8 26 39 0 4D 42 22 15F 3F 28
Octal 250 46 71 0 115 102 42 537 77 50
Binary 10101000 100110 111001 0 1001101 1000010 100010 101011111 111111 101000

Color Harmonies of #A82639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82639

Black with #A82639

Text Example


Text Example

White with #A82639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82639; }

 p { color: rgb(168,38,57); }

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

background-color css

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

 a { background-color: rgb(168,38,57); }

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

border-color css

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

 span { border-color: rgb(168,38,57); }

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