Html Css Color HEX #A52837 Guardsman Red

📋 copy color: '#A52837'

red 165 ◦ green 40 ◦ blue 55

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

Shades of Guardsman Red #A52837

Tints of Guardsman Red #A52837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 63.46%
G = 15.38%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A52837 (or 0xA52837) is known color: Guardsman Red. HEX triplet: A5, 28 and 37. RGB value is (165,40,55). Sum of RGB (Red+Green+Blue) = 165+40+55=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A52837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52837 is #5AD7C8. Grayscale: #4F4F4F. Windows color (decimal): -5953481 or 3614885. OLE color: 3614885.

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

Color convert

RGB 165 40 55 -
CMYK 0 0.76 0.67 0.35
HSL 352.8º 0.61% 0.4% -
HSV(B) 352.8º 0.76% 0.65% -
XYZ 16.97 9.79 4.61 -
YUV 79.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 165 40 55 0 0.76 0.67 0.35 352.8 0.61 0.4
Hex A5 28 37 0 4C 43 23 161 3D 28
Octal 245 50 67 0 114 103 43 541 75 50
Binary 10100101 101000 110111 0 1001100 1000011 100011 101100001 111101 101000

Color Harmonies of #A52837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52837

Black with #A52837

Text Example


Text Example

White with #A52837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52837; }

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

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

background-color css

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

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

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

border-color css

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

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

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