Html Css Color HEX #A8252B Guardsman Red

📋 copy color: '#A8252B'

red 168 ◦ green 37 ◦ blue 43

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

Shades of Guardsman Red #A8252B

Tints of Guardsman Red #A8252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 67.74%
G = 14.92%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8252B (or 0xA8252B) is known color: Guardsman Red. HEX triplet: A8, 25 and 2B. RGB value is (168,37,43). Sum of RGB (Red+Green+Blue) = 168+37+43=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8252B is #57DAD4. Grayscale: #4C4C4C. Windows color (decimal): -5757653 or 2827688. OLE color: 2827688.

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

Color convert

RGB 168 37 43 -
CMYK 0 0.78 0.74 0.34
HSL 357.25º 0.64% 0.4% -
HSV(B) 357.25º 0.78% 0.66% -
XYZ 17.25 9.82 3.27 -
YUV 76.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 168 37 43 0 0.78 0.74 0.34 357.25 0.64 0.4
Hex A8 25 2B 0 4E 4A 22 165 40 28
Octal 250 45 53 0 116 112 42 545 100 50
Binary 10101000 100101 101011 0 1001110 1001010 100010 101100101 1000000 101000

Color Harmonies of #A8252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8252B

Black with #A8252B

Text Example


Text Example

White with #A8252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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