Html Css Color HEX #A8252A Guardsman Red

📋 copy color: '#A8252A'

red 168 ◦ green 37 ◦ blue 42

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

Shades of Guardsman Red #A8252A

Tints of Guardsman Red #A8252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17%

R = 68.02%
G = 14.98%
B = 17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8252A (or 0xA8252A) is known color: Guardsman Red. HEX triplet: A8, 25 and 2A. RGB value is (168,37,42). Sum of RGB (Red+Green+Blue) = 168+37+42=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8252A is #57DAD5. Grayscale: #4C4C4C. Windows color (decimal): -5757654 or 2762152. OLE color: 2762152.

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

Color convert

RGB 168 37 42 -
CMYK 0 0.78 0.75 0.34
HSL 357.71º 0.64% 0.4% -
HSV(B) 357.71º 0.78% 0.66% -
XYZ 17.23 9.82 3.18 -
YUV 76.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 168 37 42 0 0.78 0.75 0.34 357.71 0.64 0.4
Hex A8 25 2A 0 4E 4B 22 166 40 28
Octal 250 45 52 0 116 113 42 546 100 50
Binary 10101000 100101 101010 0 1001110 1001011 100010 101100110 1000000 101000

Color Harmonies of #A8252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8252A

Black with #A8252A

Text Example


Text Example

White with #A8252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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