Html Css Color HEX #A72A2D Guardsman Red

📋 copy color: '#A72A2D'

red 167 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #A72A2D

Tints of Guardsman Red #A72A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

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

R = 65.75%
G = 16.54%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A72A2D (or 0xA72A2D) is known color: Guardsman Red. HEX triplet: A7, 2A and 2D. RGB value is (167,42,45). Sum of RGB (Red+Green+Blue) = 167+42+45=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A2D is #58D5D2. Grayscale: #4F4F4F. Windows color (decimal): -5821907 or 2960039. OLE color: 2960039.

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

Color convert

RGB 167 42 45 -
CMYK 0 0.75 0.73 0.35
HSL 358.56º 0.6% 0.41% -
HSV(B) 358.56º 0.75% 0.65% -
XYZ 17.24 10.06 3.52 -
YUV 79.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 167 42 45 0 0.75 0.73 0.35 358.56 0.6 0.41
Hex A7 2A 2D 0 4B 49 23 167 3C 29
Octal 247 52 55 0 113 111 43 547 74 51
Binary 10100111 101010 101101 0 1001011 1001001 100011 101100111 111100 101001

Color Harmonies of #A72A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A2D

Black with #A72A2D

Text Example


Text Example

White with #A72A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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