Html Css Color HEX #A6262E Guardsman Red

📋 copy color: '#A6262E'

red 166 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #A6262E

Tints of Guardsman Red #A6262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 66.4%
G = 15.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6262E (or 0xA6262E) is known color: Guardsman Red. HEX triplet: A6, 26 and 2E. RGB value is (166,38,46). Sum of RGB (Red+Green+Blue) = 166+38+46=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6262E is #59D9D1. Grayscale: #4D4D4D. Windows color (decimal): -5888466 or 3024550. OLE color: 3024550.

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

Color convert

RGB 166 38 46 -
CMYK 0 0.77 0.72 0.35
HSL 356.25º 0.63% 0.4% -
HSV(B) 356.25º 0.77% 0.65% -
XYZ 16.91 9.69 3.56 -
YUV 77.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 166 38 46 0 0.77 0.72 0.35 356.25 0.63 0.4
Hex A6 26 2E 0 4D 48 23 164 3F 28
Octal 246 46 56 0 115 110 43 544 77 50
Binary 10100110 100110 101110 0 1001101 1001000 100011 101100100 111111 101000

Color Harmonies of #A6262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6262E

Black with #A6262E

Text Example


Text Example

White with #A6262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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