Html Css Color HEX #A52125 Guardsman Red

📋 copy color: '#A52125'

red 165 ◦ green 33 ◦ blue 37

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

Shades of Guardsman Red #A52125

Tints of Guardsman Red #A52125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 70.21%
G = 14.04%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52125 (or 0xA52125) is known color: Guardsman Red. HEX triplet: A5, 21 and 25. RGB value is (165,33,37). Sum of RGB (Red+Green+Blue) = 165+33+37=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A52125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52125 is #5ADEDA. Grayscale: #494949. Windows color (decimal): -5955291 or 2433445. OLE color: 2433445.

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

Color convert

RGB 165 33 37 -
CMYK 0 0.8 0.78 0.35
HSL 358.18º 0.67% 0.39% -
HSV(B) 358.18º 0.8% 0.65% -
XYZ 16.39 9.22 2.67 -
YUV 72.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 165 33 37 0 0.8 0.78 0.35 358.18 0.67 0.39
Hex A5 21 25 0 50 4E 23 166 43 27
Octal 245 41 45 0 120 116 43 546 103 47
Binary 10100101 100001 100101 0 1010000 1001110 100011 101100110 1000011 100111

Color Harmonies of #A52125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52125

Black with #A52125

Text Example


Text Example

White with #A52125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52125; }

 p { color: rgb(165,33,37); }

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

background-color css

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

 a { background-color: rgb(165,33,37); }

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

border-color css

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

 span { border-color: rgb(165,33,37); }

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