Html Css Color HEX #A7242D Guardsman Red

📋 copy color: '#A7242D'

red 167 ◦ green 36 ◦ blue 45

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

Shades of Guardsman Red #A7242D

Tints of Guardsman Red #A7242D

RGB

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

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

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

R = 67.34%
G = 14.52%
B = 18.15%

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

#A7242D (or 0xA7242D) is known color: Guardsman Red. HEX triplet: A7, 24 and 2D. RGB value is (167,36,45). Sum of RGB (Red+Green+Blue) = 167+36+45=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A7242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7242D is #58DBD2. Grayscale: #4C4C4C. Windows color (decimal): -5823443 or 2958503. OLE color: 2958503.

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

Color convert

RGB 167 36 45 -
CMYK 0 0.78 0.73 0.35
HSL 355.88º 0.65% 0.4% -
HSV(B) 355.88º 0.78% 0.65% -
XYZ 17.04 9.67 3.45 -
YUV 76.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 167 36 45 0 0.78 0.73 0.35 355.88 0.65 0.4
Hex A7 24 2D 0 4E 49 23 164 41 28
Octal 247 44 55 0 116 111 43 544 101 50
Binary 10100111 100100 101101 0 1001110 1001001 100011 101100100 1000001 101000

Color Harmonies of #A7242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7242D

Black with #A7242D

Text Example


Text Example

White with #A7242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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