Html Css Color HEX #A82332 Guardsman Red

📋 copy color: '#A82332'

red 168 ◦ green 35 ◦ blue 50

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

Shades of Guardsman Red #A82332

Tints of Guardsman Red #A82332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 66.4%
G = 13.83%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A82332 (or 0xA82332) is known color: Guardsman Red. HEX triplet: A8, 23 and 32. RGB value is (168,35,50). Sum of RGB (Red+Green+Blue) = 168+35+50=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A82332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82332 is #57DCCD. Grayscale: #4C4C4C. Windows color (decimal): -5758158 or 3285928. OLE color: 3285928.

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

Color convert

RGB 168 35 50 -
CMYK 0 0.79 0.70 0.34
HSL 353.23º 0.66% 0.4% -
HSV(B) 353.23º 0.79% 0.66% -
XYZ 17.33 9.76 3.99 -
YUV 76.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 168 35 50 0 0.79 0.70 0.34 353.23 0.66 0.4
Hex A8 23 32 0 4F 46 22 161 42 28
Octal 250 43 62 0 117 106 42 541 102 50
Binary 10101000 100011 110010 0 1001111 1000110 100010 101100001 1000010 101000

Color Harmonies of #A82332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82332

Black with #A82332

Text Example


Text Example

White with #A82332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82332; }

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

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

background-color css

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

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

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

border-color css

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

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

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