Html Css Color HEX #A53239 Guardsman Red

📋 copy color: '#A53239'

red 165 ◦ green 50 ◦ blue 57

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

Shades of Guardsman Red #A53239

Tints of Guardsman Red #A53239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.96%

R = 60.66%
G = 18.38%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A53239 (or 0xA53239) is known color: Guardsman Red. HEX triplet: A5, 32 and 39. RGB value is (165,50,57). Sum of RGB (Red+Green+Blue) = 165+50+57=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53239 is #5ACDC6. Grayscale: #555555. Windows color (decimal): -5950919 or 3748517. OLE color: 3748517.

HSL color Cylindrical-coordinate representation of color #A53239: hue angle of 356.35º 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 #A53239 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 57 -
CMYK 0 0.70 0.65 0.35
HSL 356.35º 0.53% 0.42% -
HSV(B) 356.35º 0.7% 0.65% -
XYZ 17.4 10.58 5 -
YUV 85.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 165 50 57 0 0.70 0.65 0.35 356.35 0.53 0.42
Hex A5 32 39 0 46 41 23 164 35 2A
Octal 245 62 71 0 106 101 43 544 65 52
Binary 10100101 110010 111001 0 1000110 1000001 100011 101100100 110101 101010

Color Harmonies of #A53239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53239

Black with #A53239

Text Example


Text Example

White with #A53239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53239; }

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

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

background-color css

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

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

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

border-color css

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

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

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