Html Css Color HEX #A8263E Guardsman Red

📋 copy color: '#A8263E'

red 168 ◦ green 38 ◦ blue 62

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

Shades of Guardsman Red #A8263E

Tints of Guardsman Red #A8263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 62.69%
G = 14.18%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8263E (or 0xA8263E) is known color: Guardsman Red. HEX triplet: A8, 26 and 3E. RGB value is (168,38,62). Sum of RGB (Red+Green+Blue) = 168+38+62=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8263E is #57D9C1. Grayscale: #4F4F4F. Windows color (decimal): -5757378 or 4073128. OLE color: 4073128.

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

Color convert

RGB 168 38 62 -
CMYK 0 0.77 0.63 0.34
HSL 348.92º 0.63% 0.4% -
HSV(B) 348.92º 0.77% 0.66% -
XYZ 17.71 10.06 5.57 -
YUV 79.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 168 38 62 0 0.77 0.63 0.34 348.92 0.63 0.4
Hex A8 26 3E 0 4D 3F 22 15D 3F 28
Octal 250 46 76 0 115 77 42 535 77 50
Binary 10101000 100110 111110 0 1001101 111111 100010 101011101 111111 101000

Color Harmonies of #A8263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8263E

Black with #A8263E

Text Example


Text Example

White with #A8263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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