Html Css Color HEX #A82832 Guardsman Red

📋 copy color: '#A82832'

red 168 ◦ green 40 ◦ blue 50

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

Shades of Guardsman Red #A82832

Tints of Guardsman Red #A82832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 65.12%
G = 15.5%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A82832 (or 0xA82832) is known color: Guardsman Red. HEX triplet: A8, 28 and 32. RGB value is (168,40,50). Sum of RGB (Red+Green+Blue) = 168+40+50=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A82832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82832 is #57D7CD. Grayscale: #4F4F4F. Windows color (decimal): -5756878 or 3287208. OLE color: 3287208.

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

Color convert

RGB 168 40 50 -
CMYK 0 0.76 0.70 0.34
HSL 355.31º 0.62% 0.41% -
HSV(B) 355.31º 0.76% 0.66% -
XYZ 17.48 10.07 4.04 -
YUV 79.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 168 40 50 0 0.76 0.70 0.34 355.31 0.62 0.41
Hex A8 28 32 0 4C 46 22 163 3E 29
Octal 250 50 62 0 114 106 42 543 76 51
Binary 10101000 101000 110010 0 1001100 1000110 100010 101100011 111110 101001

Color Harmonies of #A82832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82832

Black with #A82832

Text Example


Text Example

White with #A82832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82832; }

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

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

background-color css

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

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

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

border-color css

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

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

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