Html Css Color HEX #A8263C Guardsman Red

📋 copy color: '#A8263C'

red 168 ◦ green 38 ◦ blue 60

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

Shades of Guardsman Red #A8263C

Tints of Guardsman Red #A8263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 63.16%
G = 14.29%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8263C (or 0xA8263C) is known color: Guardsman Red. HEX triplet: A8, 26 and 3C. RGB value is (168,38,60). Sum of RGB (Red+Green+Blue) = 168+38+60=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8263C is #57D9C3. Grayscale: #4F4F4F. Windows color (decimal): -5757380 or 3942056. OLE color: 3942056.

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

Color convert

RGB 168 38 60 -
CMYK 0 0.77 0.64 0.34
HSL 349.85º 0.63% 0.4% -
HSV(B) 349.85º 0.77% 0.66% -
XYZ 17.66 10.04 5.28 -
YUV 79.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 168 38 60 0 0.77 0.64 0.34 349.85 0.63 0.4
Hex A8 26 3C 0 4D 40 22 15E 3F 28
Octal 250 46 74 0 115 100 42 536 77 50
Binary 10101000 100110 111100 0 1001101 1000000 100010 101011110 111111 101000

Color Harmonies of #A8263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8263C

Black with #A8263C

Text Example


Text Example

White with #A8263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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