Html Css Color HEX #A52027 Guardsman Red

📋 copy color: '#A52027'

red 165 ◦ green 32 ◦ blue 39

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

Shades of Guardsman Red #A52027

Tints of Guardsman Red #A52027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 69.92%
G = 13.56%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A52027 (or 0xA52027) is known color: Guardsman Red. HEX triplet: A5, 20 and 27. RGB value is (165,32,39). Sum of RGB (Red+Green+Blue) = 165+32+39=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A52027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52027 is #5ADFD8. Grayscale: #484848. Windows color (decimal): -5955545 or 2564261. OLE color: 2564261.

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

Color convert

RGB 165 32 39 -
CMYK 0 0.81 0.76 0.35
HSL 356.84º 0.68% 0.39% -
HSV(B) 356.84º 0.81% 0.65% -
XYZ 16.4 9.18 2.83 -
YUV 72.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 165 32 39 0 0.81 0.76 0.35 356.84 0.68 0.39
Hex A5 20 27 0 51 4C 23 165 44 27
Octal 245 40 47 0 121 114 43 545 104 47
Binary 10100101 100000 100111 0 1010001 1001100 100011 101100101 1000100 100111

Color Harmonies of #A52027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52027

Black with #A52027

Text Example


Text Example

White with #A52027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52027; }

 p { color: rgb(165,32,39); }

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

background-color css

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

 a { background-color: rgb(165,32,39); }

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

border-color css

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

 span { border-color: rgb(165,32,39); }

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