Html Css Color HEX #A8252D Guardsman Red

📋 copy color: '#A8252D'

red 168 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #A8252D

Tints of Guardsman Red #A8252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 67.2%
G = 14.8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8252D (or 0xA8252D) is known color: Guardsman Red. HEX triplet: A8, 25 and 2D. RGB value is (168,37,45). Sum of RGB (Red+Green+Blue) = 168+37+45=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8252D is #57DAD2. Grayscale: #4D4D4D. Windows color (decimal): -5757651 or 2958760. OLE color: 2958760.

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

Color convert

RGB 168 37 45 -
CMYK 0 0.78 0.73 0.34
HSL 356.34º 0.64% 0.4% -
HSV(B) 356.34º 0.78% 0.66% -
XYZ 17.28 9.84 3.47 -
YUV 77.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 168 37 45 0 0.78 0.73 0.34 356.34 0.64 0.4
Hex A8 25 2D 0 4E 49 22 164 40 28
Octal 250 45 55 0 116 111 42 544 100 50
Binary 10101000 100101 101101 0 1001110 1001001 100010 101100100 1000000 101000

Color Harmonies of #A8252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8252D

Black with #A8252D

Text Example


Text Example

White with #A8252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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