Html Css Color HEX #A8252F Guardsman Red

📋 copy color: '#A8252F'

red 168 ◦ green 37 ◦ blue 47

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

Shades of Guardsman Red #A8252F

Tints of Guardsman Red #A8252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 66.67%
G = 14.68%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8252F (or 0xA8252F) is known color: Guardsman Red. HEX triplet: A8, 25 and 2F. RGB value is (168,37,47). Sum of RGB (Red+Green+Blue) = 168+37+47=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8252F is #57DAD0. Grayscale: #4D4D4D. Windows color (decimal): -5757649 or 3089832. OLE color: 3089832.

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

Color convert

RGB 168 37 47 -
CMYK 0 0.78 0.72 0.34
HSL 355.42º 0.64% 0.4% -
HSV(B) 355.42º 0.78% 0.66% -
XYZ 17.32 9.85 3.68 -
YUV 77.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 168 37 47 0 0.78 0.72 0.34 355.42 0.64 0.4
Hex A8 25 2F 0 4E 48 22 163 40 28
Octal 250 45 57 0 116 110 42 543 100 50
Binary 10101000 100101 101111 0 1001110 1001000 100010 101100011 1000000 101000

Color Harmonies of #A8252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8252F

Black with #A8252F

Text Example


Text Example

White with #A8252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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