Html Css Color HEX #A52425 Guardsman Red

📋 copy color: '#A52425'

red 165 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #A52425

Tints of Guardsman Red #A52425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 69.33%
G = 15.13%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52425 (or 0xA52425) is known color: Guardsman Red. HEX triplet: A5, 24 and 25. RGB value is (165,36,37). Sum of RGB (Red+Green+Blue) = 165+36+37=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A52425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52425 is #5ADBDA. Grayscale: #4A4A4A. Windows color (decimal): -5954523 or 2434213. OLE color: 2434213.

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

Color convert

RGB 165 36 37 -
CMYK 0 0.78 0.78 0.35
HSL 359.53º 0.64% 0.39% -
HSV(B) 359.53º 0.78% 0.65% -
XYZ 16.48 9.39 2.69 -
YUV 74.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 165 36 37 0 0.78 0.78 0.35 359.53 0.64 0.39
Hex A5 24 25 0 4E 4E 23 168 40 27
Octal 245 44 45 0 116 116 43 550 100 47
Binary 10100101 100100 100101 0 1001110 1001110 100011 101101000 1000000 100111

Color Harmonies of #A52425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52425

Black with #A52425

Text Example


Text Example

White with #A52425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52425; }

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

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

background-color css

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

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

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

border-color css

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

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

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