Html Css Color HEX #A52D38 Guardsman Red

📋 copy color: '#A52D38'

red 165 ◦ green 45 ◦ blue 56

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

Shades of Guardsman Red #A52D38

Tints of Guardsman Red #A52D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.92%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 62.03%
G = 16.92%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A52D38 (or 0xA52D38) is known color: Guardsman Red. HEX triplet: A5, 2D and 38. RGB value is (165,45,56). Sum of RGB (Red+Green+Blue) = 165+45+56=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D38 is #5AD2C7. Grayscale: #525252. Windows color (decimal): -5952200 or 3681701. OLE color: 3681701.

HSL color Cylindrical-coordinate representation of color #A52D38: hue angle of 354.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D38 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 56 -
CMYK 0 0.73 0.66 0.35
HSL 354.5º 0.57% 0.41% -
HSV(B) 354.5º 0.73% 0.65% -
XYZ 17.17 10.16 4.8 -
YUV 82.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 165 45 56 0 0.73 0.66 0.35 354.5 0.57 0.41
Hex A5 2D 38 0 49 42 23 162 39 29
Octal 245 55 70 0 111 102 43 542 71 51
Binary 10100101 101101 111000 0 1001001 1000010 100011 101100010 111001 101001

Color Harmonies of #A52D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D38

Black with #A52D38

Text Example


Text Example

White with #A52D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D38; }

 p { color: rgb(165,45,56); }

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

background-color css

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

 a { background-color: rgb(165,45,56); }

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

border-color css

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

 span { border-color: rgb(165,45,56); }

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