Html Css Color HEX #A8273B Guardsman Red

📋 copy color: '#A8273B'

red 168 ◦ green 39 ◦ blue 59

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

Shades of Guardsman Red #A8273B

Tints of Guardsman Red #A8273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 63.16%
G = 14.66%
B = 22.18%

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

#A8273B (or 0xA8273B) is known color: Guardsman Red. HEX triplet: A8, 27 and 3B. RGB value is (168,39,59). Sum of RGB (Red+Green+Blue) = 168+39+59=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273B is #57D8C4. Grayscale: #4F4F4F. Windows color (decimal): -5757125 or 3876776. OLE color: 3876776.

HSL color Cylindrical-coordinate representation of color #A8273B: hue angle of 350.7º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8273B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 59 -
CMYK 0 0.77 0.65 0.34
HSL 350.7º 0.62% 0.41% -
HSV(B) 350.7º 0.77% 0.66% -
XYZ 17.66 10.09 5.15 -
YUV 79.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 168 39 59 0 0.77 0.65 0.34 350.7 0.62 0.41
Hex A8 27 3B 0 4D 41 22 15F 3E 29
Octal 250 47 73 0 115 101 42 537 76 51
Binary 10101000 100111 111011 0 1001101 1000001 100010 101011111 111110 101001

Color Harmonies of #A8273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8273B

Black with #A8273B

Text Example


Text Example

White with #A8273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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