Html Css Color HEX #A53436 Guardsman Red

📋 copy color: '#A53436'

red 165 ◦ green 52 ◦ blue 54

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

Shades of Guardsman Red #A53436

Tints of Guardsman Red #A53436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 60.89%
G = 19.19%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A53436 (or 0xA53436) is known color: Guardsman Red. HEX triplet: A5, 34 and 36. RGB value is (165,52,54). Sum of RGB (Red+Green+Blue) = 165+52+54=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53436 is #5ACBC9. Grayscale: #565656. Windows color (decimal): -5950410 or 3552421. OLE color: 3552421.

HSL color Cylindrical-coordinate representation of color #A53436: hue angle of 358.94º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53436 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 52 54 -
CMYK 0 0.68 0.67 0.35
HSL 358.94º 0.52% 0.43% -
HSV(B) 358.94º 0.68% 0.65% -
XYZ 17.41 10.72 4.64 -
YUV 86.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 165 52 54 0 0.68 0.67 0.35 358.94 0.52 0.43
Hex A5 34 36 0 44 43 23 167 34 2B
Octal 245 64 66 0 104 103 43 547 64 53
Binary 10100101 110100 110110 0 1000100 1000011 100011 101100111 110100 101011

Color Harmonies of #A53436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53436

Black with #A53436

Text Example


Text Example

White with #A53436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53436; }

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

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

background-color css

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

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

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

border-color css

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

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

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