Html Css Color HEX #A72427 Guardsman Red

📋 copy color: '#A72427'

red 167 ◦ green 36 ◦ blue 39

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

Shades of Guardsman Red #A72427

Tints of Guardsman Red #A72427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 39 (15.63% from 255) = 16.12%

R = 69.01%
G = 14.88%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A72427 (or 0xA72427) is known color: Guardsman Red. HEX triplet: A7, 24 and 27. RGB value is (167,36,39). Sum of RGB (Red+Green+Blue) = 167+36+39=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A72427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72427 is #58DBD8. Grayscale: #4B4B4B. Windows color (decimal): -5823449 or 2565287. OLE color: 2565287.

HSL color Cylindrical-coordinate representation of color #A72427: hue angle of 358.63º degrees, saturation: 0.65, 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 #A72427 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 36 39 -
CMYK 0 0.78 0.77 0.35
HSL 358.63º 0.65% 0.4% -
HSV(B) 358.63º 0.78% 0.65% -
XYZ 16.93 9.62 2.88 -
YUV 75.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 167 36 39 0 0.78 0.77 0.35 358.63 0.65 0.4
Hex A7 24 27 0 4E 4D 23 167 41 28
Octal 247 44 47 0 116 115 43 547 101 50
Binary 10100111 100100 100111 0 1001110 1001101 100011 101100111 1000001 101000

Color Harmonies of #A72427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72427

Black with #A72427

Text Example


Text Example

White with #A72427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72427; }

 p { color: rgb(167,36,39); }

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

background-color css

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

 a { background-color: rgb(167,36,39); }

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

border-color css

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

 span { border-color: rgb(167,36,39); }

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