Html Css Color HEX #A82627 Guardsman Red

📋 copy color: '#A82627'

red 168 ◦ green 38 ◦ blue 39

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

Shades of Guardsman Red #A82627

Tints of Guardsman Red #A82627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 68.57%
G = 15.51%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A82627 (or 0xA82627) is known color: Guardsman Red. HEX triplet: A8, 26 and 27. RGB value is (168,38,39). Sum of RGB (Red+Green+Blue) = 168+38+39=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A82627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82627 is #57D9D8. Grayscale: #4D4D4D. Windows color (decimal): -5757401 or 2565800. OLE color: 2565800.

HSL color Cylindrical-coordinate representation of color #A82627: hue angle of 359.54º 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 #A82627 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 39 -
CMYK 0 0.77 0.77 0.34
HSL 359.54º 0.63% 0.4% -
HSV(B) 359.54º 0.77% 0.66% -
XYZ 17.21 9.86 2.92 -
YUV 76.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 168 38 39 0 0.77 0.77 0.34 359.54 0.63 0.4
Hex A8 26 27 0 4D 4D 22 168 3F 28
Octal 250 46 47 0 115 115 42 550 77 50
Binary 10101000 100110 100111 0 1001101 1001101 100010 101101000 111111 101000

Color Harmonies of #A82627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82627

Black with #A82627

Text Example


Text Example

White with #A82627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82627; }

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

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

background-color css

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

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

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

border-color css

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

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

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