Html Css Color HEX #A82728 Guardsman Red

📋 copy color: '#A82728'

red 168 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #A82728

Tints of Guardsman Red #A82728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 68.02%
G = 15.79%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A82728 (or 0xA82728) is known color: Guardsman Red. HEX triplet: A8, 27 and 28. RGB value is (168,39,40). Sum of RGB (Red+Green+Blue) = 168+39+40=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A82728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82728 is #57D8D7. Grayscale: #4D4D4D. Windows color (decimal): -5757144 or 2631592. OLE color: 2631592.

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

Color convert

RGB 168 39 40 -
CMYK 0 0.77 0.76 0.34
HSL 359.53º 0.62% 0.41% -
HSV(B) 359.53º 0.77% 0.66% -
XYZ 17.26 9.93 3.01 -
YUV 77.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 168 39 40 0 0.77 0.76 0.34 359.53 0.62 0.41
Hex A8 27 28 0 4D 4C 22 168 3E 29
Octal 250 47 50 0 115 114 42 550 76 51
Binary 10101000 100111 101000 0 1001101 1001100 100010 101101000 111110 101001

Color Harmonies of #A82728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82728

Black with #A82728

Text Example


Text Example

White with #A82728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82728; }

 p { color: rgb(168,39,40); }

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

background-color css

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

 a { background-color: rgb(168,39,40); }

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

border-color css

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

 span { border-color: rgb(168,39,40); }

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