Html Css Color HEX #A82629 Guardsman Red

📋 copy color: '#A82629'

red 168 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #A82629

Tints of Guardsman Red #A82629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 68.02%
G = 15.38%
B = 16.6%

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

#A82629 (or 0xA82629) is known color: Guardsman Red. HEX triplet: A8, 26 and 29. RGB value is (168,38,41). Sum of RGB (Red+Green+Blue) = 168+38+41=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A82629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82629 is #57D9D6. Grayscale: #4D4D4D. Windows color (decimal): -5757399 or 2696872. OLE color: 2696872.

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

Color convert

RGB 168 38 41 -
CMYK 0 0.77 0.76 0.34
HSL 358.62º 0.63% 0.4% -
HSV(B) 358.62º 0.77% 0.66% -
XYZ 17.24 9.87 3.09 -
YUV 77.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 168 38 41 0 0.77 0.76 0.34 358.62 0.63 0.4
Hex A8 26 29 0 4D 4C 22 167 3F 28
Octal 250 46 51 0 115 114 42 547 77 50
Binary 10101000 100110 101001 0 1001101 1001100 100010 101100111 111111 101000

Color Harmonies of #A82629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82629

Black with #A82629

Text Example


Text Example

White with #A82629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82629; }

 p { color: rgb(168,38,41); }

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

background-color css

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

 a { background-color: rgb(168,38,41); }

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

border-color css

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

 span { border-color: rgb(168,38,41); }

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