Html Css Color HEX #A7252D Guardsman Red

📋 copy color: '#A7252D'

red 167 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #A7252D

Tints of Guardsman Red #A7252D

RGB

 RED value IS 167 (65.63% from 255) = 67.07%

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

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

R = 67.07%
G = 14.86%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7252D (or 0xA7252D) is known color: Guardsman Red. HEX triplet: A7, 25 and 2D. RGB value is (167,37,45). Sum of RGB (Red+Green+Blue) = 167+37+45=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A7252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7252D is #58DAD2. Grayscale: #4C4C4C. Windows color (decimal): -5823187 or 2958759. OLE color: 2958759.

HSL color Cylindrical-coordinate representation of color #A7252D: hue angle of 356.31º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7252D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 45 -
CMYK 0 0.78 0.73 0.35
HSL 356.31º 0.64% 0.4% -
HSV(B) 356.31º 0.78% 0.65% -
XYZ 17.07 9.73 3.46 -
YUV 76.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 167 37 45 0 0.78 0.73 0.35 356.31 0.64 0.4
Hex A7 25 2D 0 4E 49 23 164 40 28
Octal 247 45 55 0 116 111 43 544 100 50
Binary 10100111 100101 101101 0 1001110 1001001 100011 101100100 1000000 101000

Color Harmonies of #A7252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7252D

Black with #A7252D

Text Example


Text Example

White with #A7252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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