Html Css Color HEX #A53234 Guardsman Red

📋 copy color: '#A53234'

red 165 ◦ green 50 ◦ blue 52

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

Shades of Guardsman Red #A53234

Tints of Guardsman Red #A53234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 61.8%
G = 18.73%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53234 (or 0xA53234) is known color: Guardsman Red. HEX triplet: A5, 32 and 34. RGB value is (165,50,52). Sum of RGB (Red+Green+Blue) = 165+50+52=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A53234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53234 is #5ACDCB. Grayscale: #545454. Windows color (decimal): -5950924 or 3420837. OLE color: 3420837.

HSL color Cylindrical-coordinate representation of color #A53234: hue angle of 358.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53234 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 52 -
CMYK 0 0.70 0.68 0.35
HSL 358.96º 0.53% 0.42% -
HSV(B) 358.96º 0.7% 0.65% -
XYZ 17.28 10.53 4.37 -
YUV 84.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 165 50 52 0 0.70 0.68 0.35 358.96 0.53 0.42
Hex A5 32 34 0 46 44 23 167 35 2A
Octal 245 62 64 0 106 104 43 547 65 52
Binary 10100101 110010 110100 0 1000110 1000100 100011 101100111 110101 101010

Color Harmonies of #A53234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53234

Black with #A53234

Text Example


Text Example

White with #A53234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53234; }

 p { color: rgb(165,50,52); }

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

background-color css

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

 a { background-color: rgb(165,50,52); }

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

border-color css

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

 span { border-color: rgb(165,50,52); }

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