Html Css Color HEX #A8252E Guardsman Red

📋 copy color: '#A8252E'

red 168 ◦ green 37 ◦ blue 46

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

Shades of Guardsman Red #A8252E

Tints of Guardsman Red #A8252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 66.93%
G = 14.74%
B = 18.33%

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

#A8252E (or 0xA8252E) is known color: Guardsman Red. HEX triplet: A8, 25 and 2E. RGB value is (168,37,46). Sum of RGB (Red+Green+Blue) = 168+37+46=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8252E is #57DAD1. Grayscale: #4D4D4D. Windows color (decimal): -5757650 or 3024296. OLE color: 3024296.

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

Color convert

RGB 168 37 46 -
CMYK 0 0.78 0.73 0.34
HSL 355.88º 0.64% 0.4% -
HSV(B) 355.88º 0.78% 0.66% -
XYZ 17.3 9.85 3.57 -
YUV 77.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 168 37 46 0 0.78 0.73 0.34 355.88 0.64 0.4
Hex A8 25 2E 0 4E 49 22 164 40 28
Octal 250 45 56 0 116 111 42 544 100 50
Binary 10101000 100101 101110 0 1001110 1001001 100010 101100100 1000000 101000

Color Harmonies of #A8252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8252E

Black with #A8252E

Text Example


Text Example

White with #A8252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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