Html Css Color HEX #A8253A Guardsman Red

📋 copy color: '#A8253A'

red 168 ◦ green 37 ◦ blue 58

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

Shades of Guardsman Red #A8253A

Tints of Guardsman Red #A8253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 63.88%
G = 14.07%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8253A (or 0xA8253A) is known color: Guardsman Red. HEX triplet: A8, 25 and 3A. RGB value is (168,37,58). Sum of RGB (Red+Green+Blue) = 168+37+58=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8253A is #57DAC5. Grayscale: #4E4E4E. Windows color (decimal): -5757638 or 3810728. OLE color: 3810728.

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

Color convert

RGB 168 37 58 -
CMYK 0 0.78 0.65 0.34
HSL 350.38º 0.64% 0.4% -
HSV(B) 350.38º 0.78% 0.66% -
XYZ 17.57 9.95 5 -
YUV 78.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 168 37 58 0 0.78 0.65 0.34 350.38 0.64 0.4
Hex A8 25 3A 0 4E 41 22 15E 40 28
Octal 250 45 72 0 116 101 42 536 100 50
Binary 10101000 100101 111010 0 1001110 1000001 100010 101011110 1000000 101000

Color Harmonies of #A8253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8253A

Black with #A8253A

Text Example


Text Example

White with #A8253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8253A; }

 p { color: rgb(168,37,58); }

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

background-color css

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

 a { background-color: rgb(168,37,58); }

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

border-color css

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

 span { border-color: rgb(168,37,58); }

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