Html Css Color HEX #A6263A Guardsman Red

📋 copy color: '#A6263A'

red 166 ◦ green 38 ◦ blue 58

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

Shades of Guardsman Red #A6263A

Tints of Guardsman Red #A6263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 63.36%
G = 14.5%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6263A (or 0xA6263A) is known color: Guardsman Red. HEX triplet: A6, 26 and 3A. RGB value is (166,38,58). Sum of RGB (Red+Green+Blue) = 166+38+58=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6263A is #59D9C5. Grayscale: #4E4E4E. Windows color (decimal): -5888454 or 3810982. OLE color: 3810982.

HSL color Cylindrical-coordinate representation of color #A6263A: hue angle of 350.62º degrees, saturation: 0.63, 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 #A6263A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 58 -
CMYK 0 0.77 0.65 0.35
HSL 350.63º 0.63% 0.4% -
HSV(B) 350.63º 0.77% 0.65% -
XYZ 17.18 9.8 4.99 -
YUV 78.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 166 38 58 0 0.77 0.65 0.35 350.63 0.63 0.4
Hex A6 26 3A 0 4D 41 23 15F 3F 28
Octal 246 46 72 0 115 101 43 537 77 50
Binary 10100110 100110 111010 0 1001101 1000001 100011 101011111 111111 101000

Color Harmonies of #A6263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6263A

Black with #A6263A

Text Example


Text Example

White with #A6263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6263A; }

 p { color: rgb(166,38,58); }

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

background-color css

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

 a { background-color: rgb(166,38,58); }

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

border-color css

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

 span { border-color: rgb(166,38,58); }

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