Html Css Color HEX #A52325 Guardsman Red

📋 copy color: '#A52325'

red 165 ◦ green 35 ◦ blue 37

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

Shades of Guardsman Red #A52325

Tints of Guardsman Red #A52325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

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

R = 69.62%
G = 14.77%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52325 (or 0xA52325) is known color: Guardsman Red. HEX triplet: A5, 23 and 25. RGB value is (165,35,37). Sum of RGB (Red+Green+Blue) = 165+35+37=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A52325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52325 is #5ADCDA. Grayscale: #4A4A4A. Windows color (decimal): -5954779 or 2433957. OLE color: 2433957.

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

Color convert

RGB 165 35 37 -
CMYK 0 0.79 0.78 0.35
HSL 359.08º 0.65% 0.39% -
HSV(B) 359.08º 0.79% 0.65% -
XYZ 16.45 9.33 2.68 -
YUV 74.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 165 35 37 0 0.79 0.78 0.35 359.08 0.65 0.39
Hex A5 23 25 0 4F 4E 23 167 41 27
Octal 245 43 45 0 117 116 43 547 101 47
Binary 10100101 100011 100101 0 1001111 1001110 100011 101100111 1000001 100111

Color Harmonies of #A52325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52325

Black with #A52325

Text Example


Text Example

White with #A52325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52325; }

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

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

background-color css

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

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

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

border-color css

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

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

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