Html Css Color HEX #A6272A Guardsman Red

📋 copy color: '#A6272A'

red 166 ◦ green 39 ◦ blue 42

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

Shades of Guardsman Red #A6272A

Tints of Guardsman Red #A6272A

RGB

 RED value IS 166 (65.23% from 255) = 67.21%

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

 BLUE value IS 42 (16.8% from 255) = 17%

R = 67.21%
G = 15.79%
B = 17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6272A (or 0xA6272A) is known color: Guardsman Red. HEX triplet: A6, 27 and 2A. RGB value is (166,39,42). Sum of RGB (Red+Green+Blue) = 166+39+42=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6272A is #59D8D5. Grayscale: #4D4D4D. Windows color (decimal): -5888214 or 2762662. OLE color: 2762662.

HSL color Cylindrical-coordinate representation of color #A6272A: hue angle of 358.58º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6272A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 39 42 -
CMYK 0 0.77 0.75 0.35
HSL 358.58º 0.62% 0.4% -
HSV(B) 358.58º 0.77% 0.65% -
XYZ 16.87 9.73 3.18 -
YUV 77.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 166 39 42 0 0.77 0.75 0.35 358.58 0.62 0.4
Hex A6 27 2A 0 4D 4B 23 167 3E 28
Octal 246 47 52 0 115 113 43 547 76 50
Binary 10100110 100111 101010 0 1001101 1001011 100011 101100111 111110 101000

Color Harmonies of #A6272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6272A

Black with #A6272A

Text Example


Text Example

White with #A6272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6272A; }

 p { color: rgb(166,39,42); }

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

background-color css

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

 a { background-color: rgb(166,39,42); }

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

border-color css

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

 span { border-color: rgb(166,39,42); }

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