Html Css Color HEX #A82024 Guardsman Red

📋 copy color: '#A82024'

red 168 ◦ green 32 ◦ blue 36

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

Shades of Guardsman Red #A82024

Tints of Guardsman Red #A82024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 71.19%
G = 13.56%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A82024 (or 0xA82024) is known color: Guardsman Red. HEX triplet: A8, 20 and 24. RGB value is (168,32,36). Sum of RGB (Red+Green+Blue) = 168+32+36=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A82024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82024 is #57DFDB. Grayscale: #494949. Windows color (decimal): -5758940 or 2367656. OLE color: 2367656.

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

Color convert

RGB 168 32 36 -
CMYK 0 0.81 0.79 0.34
HSL 358.24º 0.68% 0.39% -
HSV(B) 358.24º 0.81% 0.66% -
XYZ 16.98 9.49 2.6 -
YUV 73.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 168 32 36 0 0.81 0.79 0.34 358.24 0.68 0.39
Hex A8 20 24 0 51 4F 22 166 44 27
Octal 250 40 44 0 121 117 42 546 104 47
Binary 10101000 100000 100100 0 1010001 1001111 100010 101100110 1000100 100111

Color Harmonies of #A82024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82024

Black with #A82024

Text Example


Text Example

White with #A82024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82024; }

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

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

background-color css

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

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

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

border-color css

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

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

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