Html Css Color HEX #A82632 Guardsman Red

📋 copy color: '#A82632'

red 168 ◦ green 38 ◦ blue 50

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

Shades of Guardsman Red #A82632

Tints of Guardsman Red #A82632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 65.63%
G = 14.84%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A82632 (or 0xA82632) is known color: Guardsman Red. HEX triplet: A8, 26 and 32. RGB value is (168,38,50). Sum of RGB (Red+Green+Blue) = 168+38+50=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A82632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82632 is #57D9CD. Grayscale: #4E4E4E. Windows color (decimal): -5757390 or 3286696. OLE color: 3286696.

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

Color convert

RGB 168 38 50 -
CMYK 0 0.77 0.70 0.34
HSL 354.46º 0.63% 0.4% -
HSV(B) 354.46º 0.77% 0.66% -
XYZ 17.42 9.94 4.02 -
YUV 78.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 168 38 50 0 0.77 0.70 0.34 354.46 0.63 0.4
Hex A8 26 32 0 4D 46 22 162 3F 28
Octal 250 46 62 0 115 106 42 542 77 50
Binary 10101000 100110 110010 0 1001101 1000110 100010 101100010 111111 101000

Color Harmonies of #A82632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82632

Black with #A82632

Text Example


Text Example

White with #A82632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82632; }

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

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

background-color css

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

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

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

border-color css

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

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

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