Html Css Color HEX #A52839 Guardsman Red

📋 copy color: '#A52839'

red 165 ◦ green 40 ◦ blue 57

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

Shades of Guardsman Red #A52839

Tints of Guardsman Red #A52839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 62.98%
G = 15.27%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A52839 (or 0xA52839) is known color: Guardsman Red. HEX triplet: A5, 28 and 39. RGB value is (165,40,57). Sum of RGB (Red+Green+Blue) = 165+40+57=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A52839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52839 is #5AD7C6. Grayscale: #4F4F4F. Windows color (decimal): -5953479 or 3745957. OLE color: 3745957.

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

Color convert

RGB 165 40 57 -
CMYK 0 0.76 0.65 0.35
HSL 351.84º 0.61% 0.4% -
HSV(B) 351.84º 0.76% 0.65% -
XYZ 17.01 9.81 4.87 -
YUV 79.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 165 40 57 0 0.76 0.65 0.35 351.84 0.61 0.4
Hex A5 28 39 0 4C 41 23 160 3D 28
Octal 245 50 71 0 114 101 43 540 75 50
Binary 10100101 101000 111001 0 1001100 1000001 100011 101100000 111101 101000

Color Harmonies of #A52839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52839

Black with #A52839

Text Example


Text Example

White with #A52839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52839; }

 p { color: rgb(165,40,57); }

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

background-color css

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

 a { background-color: rgb(165,40,57); }

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

border-color css

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

 span { border-color: rgb(165,40,57); }

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