Html Css Color HEX #A8263B Guardsman Red

📋 copy color: '#A8263B'

red 168 ◦ green 38 ◦ blue 59

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

Shades of Guardsman Red #A8263B

Tints of Guardsman Red #A8263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 63.4%
G = 14.34%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8263B (or 0xA8263B) is known color: Guardsman Red. HEX triplet: A8, 26 and 3B. RGB value is (168,38,59). Sum of RGB (Red+Green+Blue) = 168+38+59=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8263B is #57D9C4. Grayscale: #4F4F4F. Windows color (decimal): -5757381 or 3876520. OLE color: 3876520.

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

Color convert

RGB 168 38 59 -
CMYK 0 0.77 0.65 0.34
HSL 350.31º 0.63% 0.4% -
HSV(B) 350.31º 0.77% 0.66% -
XYZ 17.63 10.03 5.14 -
YUV 79.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 168 38 59 0 0.77 0.65 0.34 350.31 0.63 0.4
Hex A8 26 3B 0 4D 41 22 15E 3F 28
Octal 250 46 73 0 115 101 42 536 77 50
Binary 10101000 100110 111011 0 1001101 1000001 100010 101011110 111111 101000

Color Harmonies of #A8263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8263B

Black with #A8263B

Text Example


Text Example

White with #A8263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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