Html Css Color HEX #A5292A Guardsman Red

📋 copy color: '#A5292A'

red 165 ◦ green 41 ◦ blue 42

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

Shades of Guardsman Red #A5292A

Tints of Guardsman Red #A5292A

RGB

 RED value IS 165 (64.84% from 255) = 66.53%

 GREEN value IS 41 (16.41% from 255) = 16.53%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 66.53%
G = 16.53%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5292A (or 0xA5292A) is known color: Guardsman Red. HEX triplet: A5, 29 and 2A. RGB value is (165,41,42). Sum of RGB (Red+Green+Blue) = 165+41+42=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5292A is #5AD6D5. Grayscale: #4E4E4E. Windows color (decimal): -5953238 or 2763173. OLE color: 2763173.

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

Color convert

RGB 165 41 42 -
CMYK 0 0.75 0.75 0.35
HSL 359.52º 0.6% 0.4% -
HSV(B) 359.52º 0.75% 0.65% -
XYZ 16.73 9.75 3.19 -
YUV 78.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 165 41 42 0 0.75 0.75 0.35 359.52 0.6 0.4
Hex A5 29 2A 0 4B 4B 23 168 3C 28
Octal 245 51 52 0 113 113 43 550 74 50
Binary 10100101 101001 101010 0 1001011 1001011 100011 101101000 111100 101000

Color Harmonies of #A5292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5292A

Black with #A5292A

Text Example


Text Example

White with #A5292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5292A; }

 p { color: rgb(165,41,42); }

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

background-color css

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

 a { background-color: rgb(165,41,42); }

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

border-color css

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

 span { border-color: rgb(165,41,42); }

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