Html Css Color HEX #A82431 Guardsman Red

📋 copy color: '#A82431'

red 168 ◦ green 36 ◦ blue 49

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

Shades of Guardsman Red #A82431

Tints of Guardsman Red #A82431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 66.4%
G = 14.23%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A82431 (or 0xA82431) is known color: Guardsman Red. HEX triplet: A8, 24 and 31. RGB value is (168,36,49). Sum of RGB (Red+Green+Blue) = 168+36+49=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A82431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82431 is #57DBCE. Grayscale: #4D4D4D. Windows color (decimal): -5757903 or 3220648. OLE color: 3220648.

HSL color Cylindrical-coordinate representation of color #A82431: hue angle of 354.09º degrees, saturation: 0.65, 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 #A82431 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 49 -
CMYK 0 0.79 0.71 0.34
HSL 354.09º 0.65% 0.4% -
HSV(B) 354.09º 0.79% 0.66% -
XYZ 17.33 9.81 3.89 -
YUV 76.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 168 36 49 0 0.79 0.71 0.34 354.09 0.65 0.4
Hex A8 24 31 0 4F 47 22 162 41 28
Octal 250 44 61 0 117 107 42 542 101 50
Binary 10101000 100100 110001 0 1001111 1000111 100010 101100010 1000001 101000

Color Harmonies of #A82431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82431

Black with #A82431

Text Example


Text Example

White with #A82431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82431; }

 p { color: rgb(168,36,49); }

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

background-color css

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

 a { background-color: rgb(168,36,49); }

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

border-color css

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

 span { border-color: rgb(168,36,49); }

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